File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,7 @@ def run_fuzzer(seed):
257
257
258
258
259
259
KNOWN_ERRORS = [
260
-
261
- # needs to investigate
260
+ # https://github.com/numba/numba-rvsdg/issues/80
262
261
# failing seeds: [312, 352]
263
262
"assert got == expect" ,
264
263
@@ -329,11 +328,11 @@ def test_mock_scfg_fuzzer_case0():
329
328
run_fuzzer(seed=0)
330
329
331
330
def test_mock_scfg_fuzzer_case312():
332
- # invalid control variable causes infinite loop
331
+ # https://github.com/numba/numba-rvsdg/issues/80
333
332
run_fuzzer(seed=312)
334
333
335
334
def test_mock_scfg_fuzzer_case352():
336
- # probably invalid control variable
335
+ # https://github.com/numba/numba-rvsdg/issues/80
337
336
run_fuzzer(seed=test_mock_scfg_fuzzer_case352)
338
337
339
338
def test_mock_scfg_fuzzer_case153():
You can’t perform that action at this time.
0 commit comments