[PATCH] D26629: Temporarily relax test expectations to fix failures on ppc64.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 14 12:56:36 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL286885: Temporarily relax test expectations to fix failures on ppc64. (authored by eugenis).
Changed prior to commit:
https://reviews.llvm.org/D26629?vs=77861&id=77871#toc
Repository:
rL LLVM
https://reviews.llvm.org/D26629
Files:
compiler-rt/trunk/test/tsan/simple_stack.c
Index: compiler-rt/trunk/test/tsan/simple_stack.c
===================================================================
--- compiler-rt/trunk/test/tsan/simple_stack.c
+++ compiler-rt/trunk/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.77871.patch
Type: text/x-patch
Size: 848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161114/e2ef0d39/attachment.bin>
More information about the llvm-commits
mailing list