[commit: ghc] master: Testsuite: run all indexed-types ways on ./validate --slow (6b3b631)
git at git.haskell.org
git at git.haskell.org
Tue Jun 28 12:21:48 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6b3b631e90aa5f6f9322efcb81e9b13d14d087f0/ghc
>---------------------------------------------------------------
commit 6b3b631e90aa5f6f9322efcb81e9b13d14d087f0
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Mon Jun 27 23:11:48 2016 +0200
Testsuite: run all indexed-types ways on ./validate --slow
I don't know why some ways were omitted before.
>---------------------------------------------------------------
6b3b631e90aa5f6f9322efcb81e9b13d14d087f0
testsuite/tests/indexed-types/should_compile/all.T | 3 ---
testsuite/tests/indexed-types/should_fail/all.T | 2 --
testsuite/tests/indexed-types/should_run/all.T | 2 --
3 files changed, 7 deletions(-)
diff --git a/testsuite/tests/indexed-types/should_compile/all.T b/testsuite/tests/indexed-types/should_compile/all.T
index 31c9555..06b1222 100644
--- a/testsuite/tests/indexed-types/should_compile/all.T
+++ b/testsuite/tests/indexed-types/should_compile/all.T
@@ -1,6 +1,3 @@
-# Keep optimised tests, so we test coercion optimisation
-setTestOpts(omit_ways(['optasm', 'optllvm', 'hpc']))
-
test('Simple1', normal, compile, [''])
test('Simple2', normal, compile, [''])
test('Simple3', normal, compile, [''])
diff --git a/testsuite/tests/indexed-types/should_fail/all.T b/testsuite/tests/indexed-types/should_fail/all.T
index 041282e..1aaa07e 100644
--- a/testsuite/tests/indexed-types/should_fail/all.T
+++ b/testsuite/tests/indexed-types/should_fail/all.T
@@ -1,5 +1,3 @@
-setTestOpts(omit_ways(['optasm']))
-
test('SimpleFail1a', normal, compile_fail, [''])
test('SimpleFail1b', normal, compile_fail, [''])
test('SimpleFail2a', normal, compile_fail, [''])
diff --git a/testsuite/tests/indexed-types/should_run/all.T b/testsuite/tests/indexed-types/should_run/all.T
index 15971eb..a4b9838 100644
--- a/testsuite/tests/indexed-types/should_run/all.T
+++ b/testsuite/tests/indexed-types/should_run/all.T
@@ -1,5 +1,3 @@
-setTestOpts(omit_ways(['hpc', 'ghci', 'threaded1', 'threaded2']))
-
test('T2985', normal, compile_and_run, [''])
test('T4235', normal, compile_and_run, [''])
More information about the ghc-commits
mailing list