From 9372aaab0c869036689b9ec112bfbfd7d9cf43bf Mon Sep 17 00:00:00 2001 From: Matthew Craven <5086-clyring@users.noreply.gitlab.haskell.org> Date: Wed, 27 Apr 2022 17:06:40 -0400 Subject: [PATCH] Give the two T19569 tests different names --- testsuite/tests/lib/base/{T19569.hs => T19569b.hs} | 0 testsuite/tests/lib/base/all.T | 2 +- testsuite/tests/simplCore/should_run/{T19569.hs => T19569a.hs} | 0 .../simplCore/should_run/{T19569.stdout => T19569a.stdout} | 0 testsuite/tests/simplCore/should_run/all.T | 2 +- 5 files changed, 2 insertions(+), 2 deletions(-) rename testsuite/tests/lib/base/{T19569.hs => T19569b.hs} (100%) rename testsuite/tests/simplCore/should_run/{T19569.hs => T19569a.hs} (100%) rename testsuite/tests/simplCore/should_run/{T19569.stdout => T19569a.stdout} (100%) diff --git a/testsuite/tests/lib/base/T19569.hs b/testsuite/tests/lib/base/T19569b.hs similarity index 100% rename from testsuite/tests/lib/base/T19569.hs rename to testsuite/tests/lib/base/T19569b.hs diff --git a/testsuite/tests/lib/base/all.T b/testsuite/tests/lib/base/all.T index 8d88097a174f..18c3f5814f93 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 similarity index 100% rename from testsuite/tests/simplCore/should_run/T19569.hs rename to 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 similarity index 100% rename from testsuite/tests/simplCore/should_run/T19569.stdout rename to 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 34e7e2e386d2..52a1af40a8e7 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, ['']) -- GitLab