summaryrefslogtreecommitdiff
path: root/tests/stdio_test.cpp
diff options
context:
space:
mode:
authorEvgeny Eltsin <eaeltsin@google.com>2020-06-09 15:49:20 +0200
committerEvgeny Eltsin <eaeltsin@google.com>2020-06-09 15:58:49 +0200
commitb4f7aaac5cdda45ff0d9dc58e1fd2d727601f619 (patch)
tree076085acae14debf227f485292a48f1965f89be1 /tests/stdio_test.cpp
parentb56d1182d1067e70910584cf0c8fd797a262d82a (diff)
Skip pthread.pthread_create__mmap_failures with native_bridge
The test reserves all memory but the minimum required to create a thread. However, after the thread is created, native_bridge needs more memory to translate and run the thread function. This might be prevented by native_bridge preallocating a memory buffer to be used for translation. But, first, this complication seems to be needed just for this kind of tests, and, second, it is pretty flaky regarding changes both in native_bridge and bionic. Looks better to disable this test with native_bridge. Bug: 67745607 Bug: 148608153 Bug: 157394871 Test: bionic-unit-tests --gtest_filter=pthread.pthread_create__mmap_failures Change-Id: I42ce2b5a01a7d9f10d952a5fc7b75d51fa89072a
Diffstat (limited to 'tests/stdio_test.cpp')
0 files changed, 0 insertions, 0 deletions