summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-07-21 00:30:04 +0000
committerDean Michael Berris <dberris@google.com>2017-07-21 00:30:04 +0000
commitecbdaaaa7a191059b66291b93f6874e7189e4ed9 (patch)
tree687e6df18a64e6132e905813b148fb9f2ef9d694 /test
parent41f1143000e1f670261565345294707571c7a0b3 (diff)
[XRay][compiler-rt] Update test to account for change in logging format.
Fixes build breakage for some bots after we've started logging both the process id and the thread id. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@308701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/xray/TestCases/Linux/fdr-thread-order.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/TestCases/Linux/fdr-thread-order.cc b/test/xray/TestCases/Linux/fdr-thread-order.cc
index b43a0fe40..e5e5cd020 100644
--- a/test/xray/TestCases/Linux/fdr-thread-order.cc
+++ b/test/xray/TestCases/Linux/fdr-thread-order.cc
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
t2.join();
__xray_log_finalize();
__xray_log_flushLog();
- // CHECK: =={{[0-9]+}}==XRay: Log file in '{{.*}}'
+ // CHECK: {{.*}}XRay: Log file in '{{.*}}'
}
// We want to make sure that the order of the function log doesn't matter.