Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
ae1aeaab
by Cheng Shao at 2026-01-01T03:06:32-05:00
1 changed file:
Changes:
| ... | ... | @@ -5,6 +5,10 @@ |
| 5 | 5 | |
| 6 | 6 | import random
|
| 7 | 7 | |
| 8 | +# some bugs only surface with -O, omitting optasm may cause them to
|
|
| 9 | +# slip into releases! (e.g. #26711)
|
|
| 10 | +setTestOpts(when(have_ncg(), extra_ways(['optasm'])))
|
|
| 11 | + |
|
| 8 | 12 | test('arith001', normal, compile_and_run, [''])
|
| 9 | 13 | test('arith002', normal, compile_and_run, [''])
|
| 10 | 14 | test('arith003', normal, compile_and_run, [''])
|