summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Craven <5086-clyring@users.noreply.gitlab.haskell.org>2022-04-27 17:06:40 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-05 12:48:47 -0400
commit9372aaab0c869036689b9ec112bfbfd7d9cf43bf (patch)
tree8e3a50de87728ec0bd2858d9f2492ae3d5fecc50
parent016f9ca683fc915d661b2c24321d3005a8929a47 (diff)
downloadhaskell-9372aaab0c869036689b9ec112bfbfd7d9cf43bf.tar.gz
Give the two T19569 tests different names
-rw-r--r--testsuite/tests/lib/base/T19569b.hs (renamed from testsuite/tests/lib/base/T19569.hs)0
-rw-r--r--testsuite/tests/lib/base/all.T2
-rw-r--r--testsuite/tests/simplCore/should_run/T19569a.hs (renamed from testsuite/tests/simplCore/should_run/T19569.hs)0
-rw-r--r--testsuite/tests/simplCore/should_run/T19569a.stdout (renamed from testsuite/tests/simplCore/should_run/T19569.stdout)0
-rw-r--r--testsuite/tests/simplCore/should_run/all.T2
5 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/lib/base/T19569.hs b/testsuite/tests/lib/base/T19569b.hs
index 00f7c7367b..00f7c7367b 100644
--- a/testsuite/tests/lib/base/T19569.hs
+++ b/testsuite/tests/lib/base/T19569b.hs
diff --git a/testsuite/tests/lib/base/all.T b/testsuite/tests/lib/base/all.T
index 8d88097a17..18c3f5814f 100644
--- a/testsuite/tests/lib/base/all.T
+++ b/testsuite/tests/lib/base/all.T
@@ -6,4 +6,4 @@ test('T17310', normal, compile, [''])
test('T19691', normal, compile, [''])
test('executablePath', extra_run_opts(config.os), compile_and_run, [''])
test('T17472', normal, compile_and_run, [''])
-test('T19569', normal, compile_and_run, [''])
+test('T19569b', normal, compile_and_run, [''])
diff --git a/testsuite/tests/simplCore/should_run/T19569.hs b/testsuite/tests/simplCore/should_run/T19569a.hs
index bffef2c6df..bffef2c6df 100644
--- a/testsuite/tests/simplCore/should_run/T19569.hs
+++ b/testsuite/tests/simplCore/should_run/T19569a.hs
diff --git a/testsuite/tests/simplCore/should_run/T19569.stdout b/testsuite/tests/simplCore/should_run/T19569a.stdout
index 25a207288c..25a207288c 100644
--- a/testsuite/tests/simplCore/should_run/T19569.stdout
+++ b/testsuite/tests/simplCore/should_run/T19569a.stdout
diff --git a/testsuite/tests/simplCore/should_run/all.T b/testsuite/tests/simplCore/should_run/all.T
index 34e7e2e386..52a1af40a8 100644
--- a/testsuite/tests/simplCore/should_run/all.T
+++ b/testsuite/tests/simplCore/should_run/all.T
@@ -97,7 +97,7 @@ test('NumConstantFolding16', normal, compile_and_run, [''])
test('NumConstantFolding32', normal, compile_and_run, [''])
test('NumConstantFolding', normal, compile_and_run, [''])
test('T19413', normal, compile_and_run, [''])
-test('T19569', [only_ways(['optasm']),extra_run_opts('True 1000000')], compile_and_run, ['-O2'])
+test('T19569a', [only_ways(['optasm']),extra_run_opts('True 1000000')], compile_and_run, ['-O2'])
test('T20203', normal, compile, ['-O -dsuppress-all -dsuppress-uniques -dno-typeable-binds -ddump-simpl'])
test('T19313', normal, compile_and_run, [''])
test('UnliftedArgRule', normal, compile_and_run, [''])