diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/knownfailures.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/knownfailures.json b/test/knownfailures.json index e109bf5a8f..f3137587f6 100644 --- a/test/knownfailures.json +++ b/test/knownfailures.json @@ -412,10 +412,11 @@ ".*methodhandle.*", ".*method-handle.*", ".*varhandle.*", - ".*var-handle.*" + ".*var-handle.*", + "716-jli-jit-samples" ], "description": [ - "Tests that use invoke-polymorphic/invoke-custom which is not yet supported by", + "Tests for bytecodes introduced after DEX version 037 that are unsupported by", "dexter/slicer." ], "bug": "b/37272822", |