diff options
Diffstat (limited to 'testsuite/tests/profiling/should_run/all.T')
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index fe98517d96..dec77add28 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -115,9 +115,8 @@ test('T5363', [], compile_and_run, ['']) test('profinline001', [], compile_and_run, ['']) test('T11627a', [ extra_ways(extra_prof_ways), - # integer-simple has an extremely large representation and - # consequently needs significantly more time - when(have_library('integer-simple'), skip) + # Slow bignum implementations timeout + when(have_slow_bignum(), skip) ], compile_and_run, ['']) |