diff options
| -rw-r--r-- | test/knownfailures.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index ce4ebd76a5..15c1198b8b 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -1031,5 +1031,10 @@ "variant": "jit & debuggable", "bug": "b/109791792", "description": ["Stack too big."] + }, + { + "tests": ["566-polymorphic-inlining"], + "variant": "jit & debuggable", + "description": ["We do not inline with debuggable."] } ] |