summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_compile/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/numeric/should_compile/all.T')
-rw-r--r--testsuite/tests/numeric/should_compile/all.T7
1 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/tests/numeric/should_compile/all.T b/testsuite/tests/numeric/should_compile/all.T
index ea42aad5d8..5011627407 100644
--- a/testsuite/tests/numeric/should_compile/all.T
+++ b/testsuite/tests/numeric/should_compile/all.T
@@ -1,5 +1,10 @@
test('T7116', normal, run_command, ['$MAKE -s --no-print-directory T7116'])
+test('T14170', normal, run_command, ['$MAKE -s --no-print-directory T14170'])
+test('T14465', normal, run_command, ['$MAKE -s --no-print-directory T14465'])
test('T7895', normal, compile, [''])
test('T7881', normal, compile, [''])
-test('T8542', normal, compile, [''])
+# For T8542, the hpc way adds extra annotations that prevent
+# the appropriate expression to be detected, after
+# desugaring, so we don't get the warning we expect.
+test('T8542', omit_ways(['hpc']), compile, [''])
test('T10929', normal, compile, [''])