We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147a4c7 commit b983431Copy full SHA for b983431
compiler-rt/test/rtsan/fork_exec.cpp
@@ -45,7 +45,12 @@ int main() MAYBE_NONBLOCKING {
45
}
46
47
// CHECK-NOHALT: Intercepted call to {{.*}} `fork` {{.*}}
48
-// CHECK-NOHALT: Intercepted call to {{.*}} `execve` {{.*}}
+
49
+// We should also get some other intercepted call. On some systems this
50
+// is `execve`, on others, it's a lock to set up `execve`. In either
51
+// case, just check that we get a second intercepted call, don't sweat
52
+// the name.
53
+// CHECK-NOHALT: Intercepted call to {{.*}}
54
55
// usleep checks that rtsan is still enabled in the parent process
56
// See note in our interceptors file for why we don't look for `wait`
0 commit comments