File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
*graalpython.lib-python.3.test.test_gc.GCCallbackTests.test_collect_garbage
2
2
*graalpython.lib-python.3.test.test_gc.GCCallbackTests.test_refcount_errors
3
- *graalpython.lib-python.3.test.test_gc.GCTests.test_bug1055820b
4
3
*graalpython.lib-python.3.test.test_gc.GCTests.test_bug21435
5
4
*graalpython.lib-python.3.test.test_gc.GCTests.test_collect_generations
6
5
*graalpython.lib-python.3.test.test_gc.GCTests.test_frame
Original file line number Diff line number Diff line change 12
12
import threading
13
13
import time
14
14
import weakref
15
+ from test import support
15
16
16
17
try :
17
18
from _testcapi import with_tp_del
@@ -580,6 +581,7 @@ class UserIntSlots(int):
580
581
self .assertFalse (gc .is_tracked (UserFloatSlots ()))
581
582
self .assertFalse (gc .is_tracked (UserIntSlots ()))
582
583
584
+ @support .impl_detail ("finalization" , graalvm = False )
583
585
def test_bug1055820b (self ):
584
586
# Corresponds to temp2b.py in the bug report.
585
587
You can’t perform that action at this time.
0 commit comments