summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/should_run/all.T')
-rw-r--r--testsuite/tests/perf/should_run/all.T7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/perf/should_run/all.T b/testsuite/tests/perf/should_run/all.T
index 89f1fc8ecd..d0dec5b2a6 100644
--- a/testsuite/tests/perf/should_run/all.T
+++ b/testsuite/tests/perf/should_run/all.T
@@ -198,6 +198,13 @@ test('T7436',
compile_and_run,
['-O'])
+test('T7436b',
+ [collect_stats('max_bytes_used',4),
+ only_ways(['normal'])
+ ],
+ compile_and_run,
+ ['-O'])
+
test('T7797',
[collect_stats('bytes allocated',5),
extra_clean(['T7797a.hi', 'T7797a.o']),