forked from OSchip/llvm-project
[NFC][sanitizer] Another attempt to fix test on arm
This commit is contained in:
parent
8b403243a8
commit
20a2b1bf6b
|
@ -27,7 +27,7 @@ int main(int argc, char *argv[]) {
|
|||
system(buff);
|
||||
|
||||
void *prev_handle = 0;
|
||||
for (int i = 0; i < 300; ++i) {
|
||||
for (int i = 0; i < 600; ++i) {
|
||||
sprintf(buff, "cp %s.so %s.so.%d", argv[0], argv[0], i);
|
||||
system(buff);
|
||||
|
||||
|
@ -51,7 +51,7 @@ extern "C" void StoreToTLS(char c) {
|
|||
}
|
||||
#endif // BUILD_DSO
|
||||
|
||||
// CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] {{[0-9]+}}
|
||||
// CHECK-NEXT: DTLS_NextBlock [[DTLS]] 0
|
||||
// CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] {{255|511}}
|
||||
// CHECK-NEXT: DTLS_NextBlock [[DTLS]] 1
|
||||
// CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] {{[0-9]+}}
|
||||
// CHECK: DTLS_NextBlock [[DTLS]] 0
|
||||
// CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] {{[0-9]+}}
|
||||
// CHECK: DTLS_NextBlock [[DTLS]] 1
|
||||
|
|
Loading…
Reference in New Issue