Skip to content

Commit

Permalink
Reference issue numba#80
Browse files Browse the repository at this point in the history
  • Loading branch information
sklam committed Jun 23, 2023
1 parent 43a75e0 commit 371b3df
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions numba_rvsdg/tests/test_mock_asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ def run_fuzzer(seed):


KNOWN_ERRORS = [

# needs to investigate
# https://github.com/numba/numba-rvsdg/issues/80
# failing seeds: [312, 352]
"assert got == expect",

Expand Down Expand Up @@ -329,11 +328,11 @@ def test_mock_scfg_fuzzer_case0():
run_fuzzer(seed=0)
def test_mock_scfg_fuzzer_case312():
# invalid control variable causes infinite loop
# https://github.com/numba/numba-rvsdg/issues/80
run_fuzzer(seed=312)
def test_mock_scfg_fuzzer_case352():
# probably invalid control variable
# https://github.com/numba/numba-rvsdg/issues/80
run_fuzzer(seed=test_mock_scfg_fuzzer_case352)
def test_mock_scfg_fuzzer_case153():
Expand Down

0 comments on commit 371b3df

Please sign in to comment.