diff options
| -rw-r--r-- | test/knownfailures.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index d4e4ad45fd..d345d0fa99 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1022,6 +1022,12 @@ "description" : ["Test seems to timeout when run with gcstress due to slower unwinding by libbacktrace"] }, { + "tests": ["712-varhandle-invocations"], + "variant": "interpreter & gcstress", + "bug": "b/111630237", + "description": ["Test timing out under gcstress possibly due to slower unwinding by libbacktrace"] + }, + { "tests": ["712-varhandle-invocations", "624-checker-stringops"], "variant": "optimizing & gcstress | speed-profile & gcstress", "bug": "b/111545159", |