commit | 960b8ed0cdfc3bdfa1edcc9ef4513fe6ffd0d7e4 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Wed May 13 01:48:17 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 13 01:48:17 2020 +0000 |
tree | fc1fbdbf6be20f6d6d64188cc517a7640aa7d7bd | |
parent | f76ef3669002e802bad2bd04225b89ae5ee9d862 [diff] | |
parent | b4cbff351f5d3ea5aad56483a68531b59f9fc1aa [diff] |
Merge "Temporarily disable FdsanTest.vfork."
diff --git a/tests/fdsan_test.cpp b/tests/fdsan_test.cpp index 134d621..9932b21 100644 --- a/tests/fdsan_test.cpp +++ b/tests/fdsan_test.cpp
@@ -194,7 +194,7 @@ #endif } -TEST_F(FdsanTest, vfork) { +TEST_F(FdsanTest, DISABLED_vfork) { android::base::unique_fd fd(open("/dev/null", O_RDONLY)); pid_t rc = vfork();