summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/perf/compiler/T21839c.stdout1
-rw-r--r--testsuite/tests/perf/compiler/all.T3
-rw-r--r--testsuite/tests/perf/should_run/all.T6
3 files changed, 7 insertions, 3 deletions
diff --git a/testsuite/tests/perf/compiler/T21839c.stdout b/testsuite/tests/perf/compiler/T21839c.stdout
deleted file mode 100644
index b95ab72342..0000000000
--- a/testsuite/tests/perf/compiler/T21839c.stdout
+++ /dev/null
@@ -1 +0,0 @@
-10008
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 00a5abe8dd..ecb87fe7b7 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -646,6 +646,9 @@ test ('T20261',
[''])
# Track perf of generics based binary instances
+# See also T21839r in perf/should_run... the testsuite
+# does not sensibly handle one test acting as both
+# a compile-time and a run-time performance test
test('T21839c',
[ collect_compiler_stats('all', 10),
collect_compiler_stats('bytes allocated', 1),
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index ba75906c7d..89b690971a 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -400,11 +400,13 @@ test('T19347',
compile_and_run,
['-O'])
-# Track perf of generics based binary instances
+# Track runtime perf of generics based binary instances
+# See also T21839c in perf/compiler... the testsuite
+# does not sensibly handle one test acting as both
+# a compile-time and a run-time performance test
test('T21839r',
[ collect_stats('bytes allocated', 10),
collect_runtime_residency(10),
- collect_compiler_stats('bytes allocated', 1),
only_ways(['normal'])],
compile_and_run,
['-O'])