summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/join_points/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/join_points/all.T')
-rw-r--r--testsuite/tests/perf/join_points/all.T16
1 files changed, 5 insertions, 11 deletions
diff --git a/testsuite/tests/perf/join_points/all.T b/testsuite/tests/perf/join_points/all.T
index fe202b6487..eedf0c0bff 100644
--- a/testsuite/tests/perf/join_points/all.T
+++ b/testsuite/tests/perf/join_points/all.T
@@ -7,17 +7,15 @@ setTestOpts(f)
test('join001', normal, compile, [''])
test('join002',
- [stats_num_field('bytes allocated', [(wordsize(64), 2000290792, 5)])],
+ [collect_stats('bytes allocated',5),],
compile_and_run,
[''])
test('join003',
- [stats_num_field('bytes allocated', [(wordsize(64), 2000290792, 5)])],
+ [collect_stats('bytes allocated',5),],
compile_and_run,
[''])
test('join004',
- [stats_num_field('bytes allocated', [(wordsize(64), 16130592, 5)])],
- # 2017-01-24 48146720 Join point rework
- # 2017-02-05 16130592 Do Worker/Wrapper for NOINLINE things
+ [collect_stats('bytes allocated',5),],
compile_and_run,
[''])
@@ -25,11 +23,7 @@ test('join005', normal, compile, [''])
test('join006', normal, compile, [''])
test('join007',
- [stats_num_field('bytes allocated',
- [(platform('x86_64-unknown-mingw32'), 47368, 5),
- # 2017-02-19 47368 (x64/Windows) - Unknown
-
- (wordsize(64), 50944, 5)])],
- # Initial 50944
+ [collect_stats('bytes allocated',5),],
compile_and_run,
[''])
+