You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
334 B
9 lines
334 B
UNSUPPORTED: aarch64, ios
|
|
RUN: %cpp_compiler %S/CounterTest.cpp -o %t-CounterTest
|
|
RUN: not %run %t-CounterTest -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s --check-prefix=COUNTERS
|
|
|
|
COUNTERS: INITED {{.*}} {{bits:|ft:}}
|
|
COUNTERS: NEW {{.*}} {{bits:|ft:}} {{[1-9]*}}
|
|
COUNTERS: NEW {{.*}} {{bits:|ft:}} {{[1-9]*}}
|
|
COUNTERS: BINGO
|