Index: test/xray/TestCases/Posix/fork_basic_logging.cc =================================================================== --- test/xray/TestCases/Posix/fork_basic_logging.cc +++ test/xray/TestCases/Posix/fork_basic_logging.cc @@ -70,12 +70,12 @@ if(fork()) { print_parent_or_child(); - // CHECK: Parent with tid + // CHECK-DAG: Parent with tid } else { print_parent_or_child(); - // CHECK: Child with tid + // CHECK-DAG: Child with tid } return 0; }