File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 60
60
*graalpython.lib-python.3.test.test_builtin.PtyTests.test_input_tty
61
61
*graalpython.lib-python.3.test.test_builtin.PtyTests.test_input_tty_non_ascii
62
62
*graalpython.lib-python.3.test.test_builtin.PtyTests.test_input_tty_non_ascii_unicode_errors
63
+ *graalpython.lib-python.3.test.test_builtin.ShutdownTest.test_cleanup
63
64
*graalpython.lib-python.3.test.test_builtin.TestBreakpoint.test_breakpoint
64
65
*graalpython.lib-python.3.test.test_builtin.TestBreakpoint.test_breakpoint_with_args_and_keywords
65
66
*graalpython.lib-python.3.test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_reset
Original file line number Diff line number Diff line change @@ -1989,6 +1989,7 @@ def test_baddecorator(self):
1989
1989
1990
1990
class ShutdownTest (unittest .TestCase ):
1991
1991
1992
+ @impl_detail ("finalization" , graalvm = False )
1992
1993
def test_cleanup (self ):
1993
1994
# Issue #19255: builtins are still available at shutdown
1994
1995
code = """if 1:
You can’t perform that action at this time.
0 commit comments