File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ from abc import abstractmethod
3030from builtins import staticmethod , isinstance
3131from typing import Union , Optional
3232
33+
3334# ################################################################################################################
3435## Monitor classes
3536# ################################################################################################################
@@ -102,10 +103,12 @@ class OutOfMemoryMonitorClass(MonitorClass):
102103 time .sleep (1 )
103104 return True
104105
106+
105107MONITOR_REGISTRY = {
106108 "outOfMemoryMonitor" : OutOfMemoryMonitorClass ,
107109}
108110
111+
109112# ################################################################################################################
110113
111114class TestEntry :
@@ -300,6 +303,9 @@ __TORNADO_TESTS_WHITE_LIST__ = [
300303 "uk.ac.manchester.tornado.unittests.compute.ComputeTests#testMandelbrot" ,
301304 "uk.ac.manchester.tornado.unittests.compute.ComputeTests#testJuliaSets" ,
302305
306+ ## Inconsistent results that occur in some NVIDIA drivers
307+ "uk.ac.manchester.tornado.unittests.branching.TestLoopConditions#testConditionBeforeSingleLoopReturn" ,
308+
303309 ## For the OpenCL Backend
304310 "uk.ac.manchester.tornado.unittests.foundation.TestIf#test06" ,
305311
You can’t perform that action at this time.
0 commit comments