[NFC][sanitizer] Fix test on 32bit platform
authorVitaly Buka <vitalybuka@google.com>
Wed, 2 Dec 2020 15:28:45 +0000 (07:28 -0800)
committerVitaly Buka <vitalybuka@google.com>
Wed, 2 Dec 2020 15:32:40 +0000 (07:32 -0800)
compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp

index 11c0e48..d126d79 100644 (file)
@@ -53,6 +53,5 @@ extern "C" void StoreToTLS(char c) {
 
 // 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
+// CHECK:      DTLS_Find [[DTLS:0x[a-f0-9]+]] {{255|511}}
 // CHECK-NEXT: DTLS_NextBlock [[DTLS]] 1
-// CHECK-NOT:  DTLS_NextBlock