You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore=true # blocked by https://github.com/IronLanguages/ironpython3/issues/1245 - using the test_linecache_stdlib approach makes the issue disappear...
607
+
# TODO: 3.6
608
+
#[CPython.test_linecache]
609
+
#Ignore=true # blocked by https://github.com/IronLanguages/ironpython3/issues/1245 - using the test_linecache_stdlib approach makes the issue disappear...
608
610
609
611
[CPython.test_list]
610
612
IsolationLevel=ENGINE
@@ -733,6 +735,20 @@ Reason=Blocking
733
735
[CPython.test_peepholer]
734
736
Ignore=true
735
737
738
+
[CPython.test_pep277]# renamed to test_unicode_file_functions in 3.6
739
+
RunCondition=NOT $(IS_POSIX) # TODO: debug
740
+
NotParallelSafe=true # Renames files to/from a static name 'tmp'
741
+
742
+
[CPython.test_pep380]# IronPython.test_yield_from_stdlib - renamed to test_yield_from in 3.6
743
+
Ignore=true
744
+
745
+
[CPython.test_pep3131]# renamed to test_unicode_identifiers in 3.6
746
+
Ignore=true
747
+
Reason=SyntaxError: invalid syntax
748
+
749
+
[CPython.test_pep3151]# renamed to test_exception_hierarchy in 3.6
750
+
Ignore=true
751
+
736
752
[CPython.test_pickle]
737
753
Ignore=true
738
754
Reason=StackOverflowException
@@ -817,9 +833,10 @@ RunCondition=$(IS_POSIX)
817
833
Ignore=true
818
834
Reason=unittest.case.SkipTest: No module named 'readline'
819
835
836
+
# TODO: 3.6
820
837
[CPython.test_regrtest]
821
838
IsolationLevel=PROCESS
822
-
Ignore=true # lots of failures
839
+
#Ignore=true # lots of failures
823
840
824
841
[CPython.test_reprlib]
825
842
Ignore=true
@@ -1063,11 +1080,11 @@ Ignore=true
1063
1080
[CPython.test_unicode_file]
1064
1081
Ignore=true
1065
1082
1066
-
[CPython.test_unicode_file_functions]# used to be test_pep277
1083
+
[CPython.test_unicode_file_functions]# used to be test_pep277 (renamed in 3.6)
1067
1084
RunCondition=NOT $(IS_POSIX) # TODO: debug
1068
1085
NotParallelSafe=true # Renames files to/from a static name 'tmp'
1069
1086
1070
-
[CPython.test_unicode_identifiers]# used to be test_pep3131
1087
+
[CPython.test_unicode_identifiers]# used to be test_pep3131 (renamed in 3.6)
0 commit comments