Home | History | Annotate | Download | only in tools
      1 /*
      2  * This file contains expectations for ART's buildbot when running gcstress.
      3  * The script that uses this file is art/tools/run-libcore-tests.sh.
      4  */
      5 
      6 [
      7 {
      8   description: "Timeouts on target with gcstress.",
      9   result: EXEC_FAILED,
     10   modes: [device],
     11   names: ["libcore.javax.crypto.CipherBasicsTest#testGcmEncryption"]
     12 }
     13 ]
     14