Skip to content

Commit 371b3df

Browse files
committed
Reference issue numba#80
1 parent 43a75e0 commit 371b3df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

numba_rvsdg/tests/test_mock_asm.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ def run_fuzzer(seed):
257257

258258

259259
KNOWN_ERRORS = [
260-
261-
# needs to investigate
260+
# https://github.com/numba/numba-rvsdg/issues/80
262261
# failing seeds: [312, 352]
263262
"assert got == expect",
264263

@@ -329,11 +328,11 @@ def test_mock_scfg_fuzzer_case0():
329328
run_fuzzer(seed=0)
330329
331330
def test_mock_scfg_fuzzer_case312():
332-
# invalid control variable causes infinite loop
331+
# https://github.com/numba/numba-rvsdg/issues/80
333332
run_fuzzer(seed=312)
334333
335334
def test_mock_scfg_fuzzer_case352():
336-
# probably invalid control variable
335+
# https://github.com/numba/numba-rvsdg/issues/80
337336
run_fuzzer(seed=test_mock_scfg_fuzzer_case352)
338337
339338
def test_mock_scfg_fuzzer_case153():

0 commit comments

Comments
 (0)