OSDN Git Service

Remove CLONE_NEWNS for gettid and getpid cache tests.
authorYabin Cui <yabinc@google.com>
Wed, 23 Nov 2016 01:18:10 +0000 (17:18 -0800)
committerYabin Cui <yabinc@google.com>
Wed, 23 Nov 2016 01:21:27 +0000 (17:21 -0800)
commitfb5b9bb3bb60b28619708f59c0e140db961f903d
tree28e95e173bada0dd670a6a9fa68468b9aee3281a
parent0dafdd430661b96439b1d154d6ce146fd46f617e
Remove CLONE_NEWNS for gettid and getpid cache tests.

Using CLONE_NEWNS flag is not related to the tests, and it make
the tests unavailable in cts tests. So remove the flag.

Bug: http://b/33089743
Test: run CtsBionicTestCases --gtest_filter=unistd*.
Change-Id: I4bda39c6a0c41c9973d275202a3a7f7a1e9bbba3
tests/unistd_test.cpp