Skip to content

Commit 5b716af

Browse files
committed
untagged test_gc.test_bug1055820b
1 parent 6cefdca commit 5b716af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
*graalpython.lib-python.3.test.test_gc.GCCallbackTests.test_collect_garbage
22
*graalpython.lib-python.3.test.test_gc.GCCallbackTests.test_refcount_errors
3-
*graalpython.lib-python.3.test.test_gc.GCTests.test_bug1055820b
43
*graalpython.lib-python.3.test.test_gc.GCTests.test_bug21435
54
*graalpython.lib-python.3.test.test_gc.GCTests.test_collect_generations
65
*graalpython.lib-python.3.test.test_gc.GCTests.test_frame

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import threading
1313
import time
1414
import weakref
15+
from test import support
1516

1617
try:
1718
from _testcapi import with_tp_del
@@ -580,6 +581,7 @@ class UserIntSlots(int):
580581
self.assertFalse(gc.is_tracked(UserFloatSlots()))
581582
self.assertFalse(gc.is_tracked(UserIntSlots()))
582583

584+
@support.impl_detail("finalization", graalvm=False)
583585
def test_bug1055820b(self):
584586
# Corresponds to temp2b.py in the bug report.
585587

0 commit comments

Comments
 (0)