diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2018-08-03 08:45:38 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-03 08:45:38 -0700 |
commit | e64159a9b940ac6044ac09e2938d816feb8f757d (patch) | |
tree | 89e3cbf217f2f84e2b2542407562b312eeca61f1 | |
parent | 00b1be67bbf1ba69f6e9b9effafba2a65d628b4d (diff) | |
parent | 7611c5ad3ea339cc9f6c8dd3ce0dec37e593780d (diff) |
Merge "Update test expectations for 712-varhandle-invocations." am: 2e26772330 am: 11b1ad593d
am: 7611c5ad3e
Change-Id: I2b62401117b5132de54a30af5b5f4fc42be5cc6a
-rw-r--r-- | test/knownfailures.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index 962c5cfc97..7322a35884 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1033,15 +1033,15 @@ }, { "tests": ["712-varhandle-invocations"], - "variant": "interpreter & gcstress", + "variant": "gcstress", "bug": "b/111630237", "description": ["Test timing out under gcstress possibly due to slower unwinding by libbacktrace"] }, { - "tests": ["712-varhandle-invocations", "624-checker-stringops"], + "tests": ["624-checker-stringops"], "variant": "optimizing & gcstress | speed-profile & gcstress", "bug": "b/111545159", - "description": ["These tests seem to expose some error with our gc when run in these configurations"] + "description": ["Seem to expose some error with our gc when run in these configurations"] }, { "tests": ["021-string2"], |