Skip to content

Commit d4d37ac

Browse files
authored
Merge pull request #654 from stratika/jenkins/loop-condition-test
[test] Add loop condition test in white list
2 parents 9aa2ddb + dcbaf23 commit d4d37ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tornado-assembly/src/bin/tornado-test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ from abc import abstractmethod
3030
from builtins import staticmethod, isinstance
3131
from 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+
105107
MONITOR_REGISTRY = {
106108
"outOfMemoryMonitor": OutOfMemoryMonitorClass,
107109
}
108110

111+
109112
# ################################################################################################################
110113

111114
class 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

0 commit comments

Comments
 (0)