2017-09-12 10:01:54 +08:00
|
|
|
RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest
|
|
|
|
|
2018-05-12 05:29:51 +08:00
|
|
|
RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=2 2>&1 | FileCheck %s --check-prefix=CHECK1
|
2017-09-12 10:01:54 +08:00
|
|
|
CHECK1: Done 2 runs
|
|
|
|
|
2018-05-12 05:29:51 +08:00
|
|
|
RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=3 2>&1 | FileCheck %s --check-prefix=CHECK2
|
2017-09-12 10:01:54 +08:00
|
|
|
CHECK2: Done 3 runs
|
|
|
|
|
2018-05-12 05:29:51 +08:00
|
|
|
RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=4 2>&1 | FileCheck %s --check-prefix=CHECK3
|
2017-09-12 10:01:54 +08:00
|
|
|
CHECK3: Done 4 runs
|