Skip to content

Commit c0d80bd

Browse files
committed
Skip test that requires finalization
1 parent 55dc440 commit c0d80bd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*graalpython.lib-python.3.test.test_frame.ClearTest.test_clear_locals
12
*graalpython.lib-python.3.test.test_frame.ClearTest.test_clear_refcycles
23
*graalpython.lib-python.3.test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault
34
*graalpython.lib-python.3.test.test_frame.FrameAttrsTest.test_locals

graalpython/lib-python/3/test/test_frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def clear_traceback_frames(self, tb):
2929
tb.tb_frame.clear()
3030
tb = tb.tb_next
3131

32+
@support.impl_detail("finalization", graalvm=False)
3233
def test_clear_locals(self):
3334
class C:
3435
pass

0 commit comments

Comments
 (0)