[PATCH] D26629: Temporarily relax test expectations to fix failures on ppc64.
Aleksey Shlyapnikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 12:26:57 PST 2016
alekseyshl created this revision.
alekseyshl added a reviewer: eugenis.
alekseyshl added a subscriber: llvm-commits.
Herald added a subscriber: kubabrecka.
Relax test expectations to fix failures on ppc64.
https://reviews.llvm.org/D26629
Files:
test/tsan/simple_stack.c
Index: test/tsan/simple_stack.c
===================================================================
--- test/tsan/simple_stack.c
+++ test/tsan/simple_stack.c
@@ -81,7 +81,5 @@
// CHECK-FUNC-ENTRY-EXIT-OFF-NEXT: #0 foo2{{.*}} {{.*}}simple_stack.c:15{{(:20)?}} ({{.*}})
// CHECK-FUNC-ENTRY-EXIT-OFF: Thread T1 (tid={{.*}}, running) created by main thread at:
// CHECK-FUNC-ENTRY-EXIT-OFF-NEXT: #0 pthread_create {{.*}} ({{.*}})
-// CHECK-FUNC-ENTRY-EXIT-OFF-NEXT: #1 main{{.*}} {{.*}}simple_stack.c:42{{(:3)?}} ({{.*}})
// CHECK-FUNC-ENTRY-EXIT-OFF: Thread T2 ({{.*}}) created by main thread at:
// CHECK-FUNC-ENTRY-EXIT-OFF-NEXT: #0 pthread_create {{.*}} ({{.*}})
-// CHECK-FUNC-ENTRY-EXIT-OFF-NEXT: #1 main{{.*}} {{.*}}simple_stack.c:43{{(:3)?}} ({{.*}})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26629.77861.patch
Type: text/x-patch
Size: 794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161114/1eb908b3/attachment.bin>
More information about the llvm-commits
mailing list