commit | 54e502e66a374ea07b92182437414fa611dacf12 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon May 18 12:59:27 2020 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon May 18 12:59:38 2020 -0700 |
tree | 08383feef4b9e1c4ba038a0fb270b29e6e673b20 | |
parent | 57a1c3908ff5a2e427f5d45992d0b463fd71b87a [diff] [blame] |
Revert "Temporarily disable FdsanTest.vfork." This reverts commit b4cbff351f5d3ea5aad56483a68531b59f9fc1aa. Bug: http://b/156400255 Test: none Change-Id: I3a936542ccff8989b4671f3e03dd9d1d5559d6ff
diff --git a/tests/fdsan_test.cpp b/tests/fdsan_test.cpp index 9932b21..134d621 100644 --- a/tests/fdsan_test.cpp +++ b/tests/fdsan_test.cpp
@@ -194,7 +194,7 @@ #endif } -TEST_F(FdsanTest, DISABLED_vfork) { +TEST_F(FdsanTest, vfork) { android::base::unique_fd fd(open("/dev/null", O_RDONLY)); pid_t rc = vfork();