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.
11 lines
265 B
11 lines
265 B
7 months ago
|
UNSUPPORTED: aarch64
|
||
|
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
|
||
|
RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
|
||
|
PCS-NOT: NEW_PC
|
||
|
PCS:INITED
|
||
|
PCS:NEW_PC: {{0x[a-f0-9]+}}
|
||
|
PCS:NEW_PC: {{0x[a-f0-9]+}}
|
||
|
PCS:NEW
|
||
|
PCS:BINGO
|
||
|
|