Merge "Add a force fail for non-bionic xfail test."
This commit is contained in:
commit
6689b4f258
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ TEST(dl, xfail_preinit_getauxval) {
|
|||
ExecTestHelper eth;
|
||||
eth.SetArgs({ helper.c_str(), nullptr });
|
||||
eth.Run([&]() { execve(helper.c_str(), eth.GetArgs(), eth.GetEnv()); }, 0, nullptr);
|
||||
#else
|
||||
// Force a failure when not compiled for bionic so the test is considered a pass.
|
||||
ASSERT_TRUE(false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue