Skip to content

Commit 8269fae

Browse files
committed
Regenerate tags with changed format
1 parent 6e4db54 commit 8269fae

File tree

269 files changed

+4764
-4609
lines changed

Some content is hidden

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

269 files changed

+4764
-4609
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
*FutureTest.test_attributes
2-
*FutureTest.test_names
1+
*graalpython.lib-python.3.test.test___future__.FutureTest.test_attributes
2+
*graalpython.lib-python.3.test.test___future__.FutureTest.test_names
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*_LocaleTests.test_float_parsing
2-
*_LocaleTests.test_lc_numeric_basic
3-
*_LocaleTests.test_lc_numeric_localeconv
4-
*_LocaleTests.test_lc_numeric_nl_langinfo
1+
*graalpython.lib-python.3.test.test__locale._LocaleTests.test_float_parsing
2+
*graalpython.lib-python.3.test.test__locale._LocaleTests.test_lc_numeric_basic
3+
*graalpython.lib-python.3.test.test__locale._LocaleTests.test_lc_numeric_localeconv
4+
*graalpython.lib-python.3.test.test__locale._LocaleTests.test_lc_numeric_nl_langinfo
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
*Test_OSXSupport.test__check_for_unavailable_sdk
2-
*Test_OSXSupport.test__find_build_tool
3-
*Test_OSXSupport.test__find_executable
4-
*Test_OSXSupport.test__get_system_version
5-
*Test_OSXSupport.test__override_all_archs
6-
*Test_OSXSupport.test__remove_original_values
7-
*Test_OSXSupport.test__remove_universal_flags
8-
*Test_OSXSupport.test__save_modified_value
9-
*Test_OSXSupport.test__save_modified_value_unchanged
10-
*Test_OSXSupport.test_get_platform_osx
1+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk
2+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__find_build_tool
3+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__find_executable
4+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__get_system_version
5+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__override_all_archs
6+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__remove_original_values
7+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__remove_universal_flags
8+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__save_modified_value
9+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test__save_modified_value_unchanged
10+
*graalpython.lib-python.3.test.test__osx_support.Test_OSXSupport.test_get_platform_osx
Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
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
1+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__
2+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_ABC_has___slots__
3+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics
4+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_abstractmethod_basics
5+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called
6+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_all_new_methods_are_called
7+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation
8+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_isinstance_invalidation
9+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments
10+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_issubclass_bad_arguments
11+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc
12+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_metaclass_abc
13+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco
14+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_register_as_class_deco
15+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_register_non_class
16+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_register_non_class
17+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_basics
18+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_basics
19+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins
20+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_builtins
21+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases
22+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_edge_cases
23+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness
24+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_registration_transitiveness
25+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works
26+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABC.test_tricky_new_works
27+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass
28+
*graalpython.lib-python.3.test.test_abc.test_factory.<locals>.TestABCWithInitSubclass.test_works_with_init_subclass
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
*TestNumbers.test_complex
2-
*TestNumbers.test_float
3-
*TestNumbers.test_int
1+
*graalpython.lib-python.3.test.test_abstract_numbers.TestNumbers.test_complex
2+
*graalpython.lib-python.3.test.test_abstract_numbers.TestNumbers.test_float
3+
*graalpython.lib-python.3.test.test_abstract_numbers.TestNumbers.test_int
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*AST_Tests.test_AST_garbage_collection
2-
*AST_Tests.test_field_attr_writable
3-
*AST_Tests.test_issue31592
4-
*AST_Tests.test_realtype
1+
*graalpython.lib-python.3.test.test_ast.AST_Tests.test_AST_garbage_collection
2+
*graalpython.lib-python.3.test.test_ast.AST_Tests.test_field_attr_writable
3+
*graalpython.lib-python.3.test.test_ast.AST_Tests.test_issue31592
4+
*graalpython.lib-python.3.test.test_ast.AST_Tests.test_realtype
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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_compact_traceback
10-
*HelperFunctionTests.test_readwrite
11-
*HelperFunctionTests.test_readwriteexc
1+
*graalpython.lib-python.3.test.test_asyncore.DispatcherTests.test_basic
2+
*graalpython.lib-python.3.test.test_asyncore.DispatcherTests.test_log
3+
*graalpython.lib-python.3.test.test_asyncore.DispatcherTests.test_log_info
4+
*graalpython.lib-python.3.test.test_asyncore.DispatcherTests.test_repr
5+
*graalpython.lib-python.3.test.test_asyncore.DispatcherTests.test_strerror
6+
*graalpython.lib-python.3.test.test_asyncore.DispatcherTests.test_unhandled
7+
*graalpython.lib-python.3.test.test_asyncore.HelperFunctionTests.test_closeall
8+
*graalpython.lib-python.3.test.test_asyncore.HelperFunctionTests.test_closeall_default
9+
*graalpython.lib-python.3.test.test_asyncore.HelperFunctionTests.test_compact_traceback
10+
*graalpython.lib-python.3.test.test_asyncore.HelperFunctionTests.test_readwrite
11+
*graalpython.lib-python.3.test.test_asyncore.HelperFunctionTests.test_readwriteexc
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
*SubinterpreterTest.test_callback_on_subinterpreter_teardown
2-
*SubinterpreterTest.test_callbacks_leak
3-
*SubinterpreterTest.test_callbacks_leak_refcycle
1+
*graalpython.lib-python.3.test.test_atexit.SubinterpreterTest.test_callback_on_subinterpreter_teardown
2+
*graalpython.lib-python.3.test.test_atexit.SubinterpreterTest.test_callbacks_leak
3+
*graalpython.lib-python.3.test.test_atexit.SubinterpreterTest.test_callbacks_leak_refcycle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*AuditTest.test_winreg
1+
*graalpython.lib-python.3.test.test_audit.AuditTest.test_winreg
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
*AugAssignTest.testBasic
2-
*AugAssignTest.testCustomMethods1
3-
*AugAssignTest.testCustomMethods2
4-
*AugAssignTest.testInDict
5-
*AugAssignTest.testInList
6-
*AugAssignTest.testSequences
7-
*AugAssignTest.test_with_unpacking
1+
*graalpython.lib-python.3.test.test_augassign.AugAssignTest.testBasic
2+
*graalpython.lib-python.3.test.test_augassign.AugAssignTest.testCustomMethods1
3+
*graalpython.lib-python.3.test.test_augassign.AugAssignTest.testCustomMethods2
4+
*graalpython.lib-python.3.test.test_augassign.AugAssignTest.testInDict
5+
*graalpython.lib-python.3.test.test_augassign.AugAssignTest.testInList
6+
*graalpython.lib-python.3.test.test_augassign.AugAssignTest.testSequences
7+
*graalpython.lib-python.3.test.test_augassign.AugAssignTest.test_with_unpacking

0 commit comments

Comments
 (0)