diff options
| author | 2024-11-29 13:36:24 +0000 | |
|---|---|---|
| committer | 2024-11-29 13:36:24 +0000 | |
| commit | 06d34f9533334dac726e23b6aeaddaf859dfd8c2 (patch) | |
| tree | aef5e721c0a62bb3afea0c2468344f36db349f2f | |
| parent | 255b3b481934b1cba2670d1185faa9e4cb67690f (diff) | |
| parent | 4c696c49b5c72fe44aa88174b0d08c22684a2131 (diff) | |
Disable test 153- for all debuggable am: 4c696c49b5
Original change: https://android-review.googlesource.com/c/platform/art/+/3382831
Change-Id: I420569f755b47f04dc613b4fb58d9c997bcf2fad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | test/knownfailures.json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 1b3f4ff7e3..1a3a44ee91 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1290,8 +1290,8 @@ }, { "tests": ["153-reference-stress"], - "variant": "gcstress", - "description": ["Timing out for gcstress"] + "variant": "gcstress | debuggable", + "description": ["Timing out."] }, { "tests": ["153-reference-stress"], @@ -1299,12 +1299,6 @@ "description": ["Timing out for ASAN."] }, { - "tests": ["153-reference-stress"], - "env_vars": {"ART_HEAP_POISONING": "true"}, - "variant": "debuggable", - "description": ["Timing out for debuggable + poison."] - }, - { "tests": ["021-string2"], "variant": "jit & debuggable", "bug": "b/109791792", |