OSDN Git Service

Revert "Disable tests causing random failures with Enso and read barriers."
authorHiroshi Yamauchi <yamauchi@google.com>
Sat, 5 Dec 2015 00:19:39 +0000 (16:19 -0800)
committerHiroshi Yamauchi <yamauchi@google.com>
Mon, 7 Dec 2015 18:52:49 +0000 (10:52 -0800)
CL 827405 should fix the flaky failures.

Bug: 25838574
Bug: 12687968

This reverts commit 97290796b06fb49b88efee8b992b9b7defa53d00.

Change-Id: I7e8213eb2c8d6489051e187f6f36204be072d738

test/Android.run-test.mk

index 7e3e8a6..932ae30 100644 (file)
@@ -491,15 +491,11 @@ endif
 TEST_ART_BROKEN_OPTIMIZING_DEBUGGABLE_RUN_TESTS :=
 
 # Tests that should fail in the read barrier configuration.
-# 005: Flakiness due to Enso's java.lang.reflect.Proxy using weak references (b/25838574).
-# 044: Flakiness due to Enso's java.lang.reflect.Proxy using weak references (b/25838574).
 # 055: Exceeds run time limits due to read barrier instrumentation.
 # 137: Read barrier forces interpreter. Cannot run this with the interpreter.
 # 537: Expects an array copy to be intrinsified, but calling-on-slowpath intrinsics are not yet
 #      handled in the read barrier configuration.
 TEST_ART_BROKEN_READ_BARRIER_RUN_TESTS := \
-  005-annotations                         \
-  044-proxy                               \
   055-enum-performance                    \
   137-cfi                                 \
   537-checker-arraycopy