Merge "Revert "Temporarily disable FdsanTest.vfork.""
This commit is contained in:
commit
0b2dc97fa6
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ TEST_F(FdsanTest, unique_fd_unowned_close_after_move) {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(FdsanTest, DISABLED_vfork) {
|
TEST_F(FdsanTest, vfork) {
|
||||||
android::base::unique_fd fd(open("/dev/null", O_RDONLY));
|
android::base::unique_fd fd(open("/dev/null", O_RDONLY));
|
||||||
|
|
||||||
pid_t rc = vfork();
|
pid_t rc = vfork();
|
||||||
|
|
Loading…
Reference in a new issue