Skip to content

Commit 2b217ad

Browse files
committed
Regenerate tags
1 parent d4e082d commit 2b217ad

File tree

231 files changed

+1985
-1918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+1985
-1918
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/doctest_aliases.txt

Whitespace-only changes.

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/sample_doctest_no_docstrings.txt

Whitespace-only changes.

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/sample_doctest_no_doctests.txt

Whitespace-only changes.

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test__osx_support.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
1-
test_ABC_has___slots__
2-
test_abstractmethod_basics
3-
test_all_new_methods_are_called
4-
test_isinstance_invalidation
5-
test_issubclass_bad_arguments
6-
test_metaclass_abc
7-
test_register_as_class_deco
8-
test_register_non_class
9-
test_registration_basics
10-
test_registration_builtins
11-
test_registration_edge_cases
12-
test_registration_transitiveness
13-
test_tricky_new_works
14-
test_works_with_init_subclass
15-
test_ABC_has___slots__
16-
test_abstractmethod_basics
17-
test_all_new_methods_are_called
18-
test_isinstance_invalidation
19-
test_issubclass_bad_arguments
20-
test_metaclass_abc
21-
test_register_as_class_deco
22-
test_register_non_class
23-
test_registration_basics
24-
test_registration_builtins
25-
test_registration_edge_cases
26-
test_registration_transitiveness
27-
test_tricky_new_works
28-
test_works_with_init_subclass
1+
*test_ABC_has___slots__
2+
*test_abstractmethod_basics
3+
*test_all_new_methods_are_called
4+
*test_isinstance_invalidation
5+
*test_issubclass_bad_arguments
6+
*test_metaclass_abc
7+
*test_register_as_class_deco
8+
*test_register_non_class
9+
*test_registration_basics
10+
*test_registration_builtins
11+
*test_registration_edge_cases
12+
*test_registration_transitiveness
13+
*test_tricky_new_works
14+
*test_works_with_init_subclass
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*AST_Tests.test_AST_garbage_collection
2+
*AST_Tests.test_field_attr_writable
3+
*AST_Tests.test_realtype
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
test_closeall
2-
test_closeall_default
3-
test_readwriteexc
4-
test_basic
5-
test_log
6-
test_log_info
7-
test_repr
8-
test_strerror
9-
test_unhandled
1+
*DispatcherTests.test_basic
2+
*DispatcherTests.test_log
3+
*DispatcherTests.test_log_info
4+
*DispatcherTests.test_repr
5+
*DispatcherTests.test_strerror
6+
*DispatcherTests.test_unhandled
7+
*HelperFunctionTests.test_closeall
8+
*HelperFunctionTests.test_closeall_default
9+
*HelperFunctionTests.test_readwrite
10+
*HelperFunctionTests.test_readwriteexc
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*AuditTest.test_winreg
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
testBasic
2-
testCustomMethods1
3-
testInDict
4-
testInList
5-
testSequences
6-
test_with_unpacking
1+
*AugAssignTest.testBasic
2+
*AugAssignTest.testCustomMethods1
3+
*AugAssignTest.testInDict
4+
*AugAssignTest.testInList
5+
*AugAssignTest.testSequences
6+
*AugAssignTest.test_with_unpacking
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*ExceptionClassTests.test_builtins_new_style
2+
*ExceptionClassTests.test_interface_multi_arg
3+
*ExceptionClassTests.test_interface_no_arg
4+
*ExceptionClassTests.test_interface_single_arg
25
*UsageTests.test_catch_BaseException_instance
36
*UsageTests.test_catch_non_BaseException
47
*UsageTests.test_catch_string

0 commit comments

Comments
 (0)