Skip to content

Commit

Permalink
Mark test-googletest-full broken for armeabi.
Browse files Browse the repository at this point in the history
gabi++ is broken for armeabi when built with Clang.

Test: ./validate.py --filter test-googletest-full
Bug: android/ndk#374
Change-Id: I21589fdb00bbaa35768e63827a5bcaad8a724025
(cherry picked from commit 521f80f)
  • Loading branch information
DanAlbert committed May 1, 2017
1 parent a2c3d1a commit b227a4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ Known Issues
* Gradle does not yet support unified headers.
* Clang does not yet support OpenMP:
https://github.com/android-ndk/ndk/issues/9.
* gabi++ (and therefore stlport) binaries can segfault when built for armeabi:
https://github.com/android-ndk/ndk/issues/374.
4 changes: 4 additions & 0 deletions tests/device/test-googletest-full/test_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def run_broken(abi, _device_api, toolchain, name):
if abi == 'armeabi' and toolchain == 'clang' and name == 'gtest_all_test':
return abi, 'https://github.com/android-ndk/ndk/issues/374'
return None, None

0 comments on commit b227a4e

Please sign in to comment.