Skip to content

Commit 1cf4530

Browse files
committed
retag a few tests
1 parent 4d55ce4 commit 1cf4530

19 files changed

+74
-254
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ test_log_info
77
test_repr
88
test_strerror
99
test_unhandled
10-
test_close_twice
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
test_b2a_base64_newline
2+
test_b2a_base64_newline
3+
test_b2a_base64_newline
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
test_argforms
2+
test_dbcheck
3+
test_dotted
4+
test_double
5+
test_errors
6+
test_eval_order
7+
test_memoize
8+
test_order
9+
test_single
10+
test_staticmethod_function
11+
test_double
12+
test_order
13+
test_simple

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,3 @@ test_count
1313
test_delitem
1414
test_extend
1515
test_extendleft
16-
test_gc_doesnt_blowup
17-
test_getitem
18-
test_hash
19-
test_iadd
20-
test_imul
21-
test_index
22-
test_index_bug_24913
23-
test_init
24-
test_len
25-
test_long_steadystate_queue_popleft
26-
test_long_steadystate_queue_popright
27-
test_maxlen_attribute
28-
test_maxlen_zero
29-
test_mul
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
test_builtin_errors
22
test_errno_mapping
3-
test'
43
test_windows_error
54
test_errno_mapping
65
test_init_kwdargs
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
test_nested
2+
test_nested_else
3+
test_try_except
4+
test_try_except_else
5+
test_try_except_else_finally
6+
test_try_except_else_finally_no_exception
7+
test_try_except_else_no_exception
8+
test_try_except_finally
9+
test_try_except_finally_no_exception
10+
test_try_except_no_exception
11+
test_try_finally_no_exception
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test_floor_div_operator
2+
test_nested_scopes
3+
test_true_div_as_default
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test_print_function
2+
test_unicode_literals
Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
test_builtin_filter
2-
test_builtin_list
3-
test_builtin_map
4-
test_builtin_max_min
5-
test_builtin_tuple
6-
test_builtin_zip
7-
test_countOf
82
test_exception_function
93
test_exception_sequence
104
test_extending_list_with_iterator_does_not_segfault
11-
test_indexOf
125
test_iter_callable
136
test_iter_class_for
147
test_iter_class_iter
15-
test_iter_file
168
test_iter_function
179
test_iter_function_stop
1810
test_iter_idempotency
@@ -29,4 +21,3 @@ test_sinkstate_string
2921
test_sinkstate_tuple
3022
test_sinkstate_yield
3123
test_stop_sequence
32-
test_unicode_join_endcase

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ test_iteration
108108
test_read
109109
test_readline
110110
test_readlines
111+
test_close
112+
test_initialize
113+
test_iteration
114+
test_read
115+
test_readline
116+
test_readlines
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
test_listmailcapfiles
2+
test_lookup
3+
test_readmailcapfile
4+
test_subst
5+
test_mock_getcaps
6+
test_system_mailcap
7+
test_findmatch
8+
test_test

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

Whitespace-only changes.

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

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,31 @@ test_items
55
test_len
66
test_popitem
77
test_setdefault
8+
test_bool
9+
test_constructor
10+
test_getitem
11+
test_items
12+
test_len
13+
test_popitem
14+
test_setdefault
15+
test_bool
16+
test_constructor
17+
test_getitem
18+
test_items
19+
test_len
20+
test_popitem
21+
test_setdefault
22+
test_bool
23+
test_constructor
24+
test_getitem
25+
test_items
26+
test_len
27+
test_popitem
28+
test_setdefault
29+
test_bool
30+
test_constructor
31+
test_getitem
32+
test_items
33+
test_len
34+
test_popitem
35+
test_setdefault
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test_untested_modules_can_be_imported

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ test_infer_return_type_multiples_and_none
33
test_infer_return_type_singles
44
test_exports
55
test_get_six_char_str
6-
test'
76
test_wanted_dirs
87
test_no_files_left_behind
98
test_retval

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@ test_pickle
2121
test_repr
2222
test_repr_large
2323
test_subscript
24-
test_track_subtypes
25-
test_truth
26-
test_tupleresizebug

0 commit comments

Comments
 (0)