diff options
| author | 2018-07-18 11:00:52 -0700 | |
|---|---|---|
| committer | 2018-07-18 11:02:54 -0700 | |
| commit | eee2ee8e17aa65656e9946c5beb4a0a49fee7509 (patch) | |
| tree | db3d326e3ba40af8e7fd3e3aeea5e3752b07c700 | |
| parent | 14daacad754fbe83de98282b05379b81f3ec4036 (diff) | |
Add test 071-dexfile to skips for gcstress
Like some other tests it can send error messages due to the
backtracing being slower.
Test: Treehugger
Bug: 111543628
Change-Id: I8bece29c8c875ff578a17ab72e48baa8b232a160
| -rw-r--r-- | test/knownfailures.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 44a5c12b1e..d4e4ad45fd 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1016,7 +1016,7 @@ "description" : ["Gcstress requires the ability to open at least one file which means this test fails when it runs out."] }, { - "tests": ["530-checker-lse2", "141-class-unload"], + "tests": ["530-checker-lse2", "141-class-unload", "071-dexfile"], "variant": "gcstress", "bug": "b/111543628", "description" : ["Test seems to timeout when run with gcstress due to slower unwinding by libbacktrace"] |