Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 4 of 4) sorted by relevance

/art/test/202-thread-oome/
Dinfo.txt1 Tests that we throw OOME if Thread.nativeCreate fails, rather than aborting.
/art/test/955-lambda-smali/smali/
DMain.smali29 # TODO: add tests when verification fails
/art/tools/
Dlibcore_failures.txt141 description: "test_xattr fails on arm64 on the buildbots only: needs investigation",
148 description: "fails on L builds: needs investigation",
/art/test/083-compiler-regressions/src/
DMain.java9831 StringBuilder fails = new StringBuilder(); in testIfCcz() local
9835 fails.append("\n #" + (i / 2) + ": " + results[i] + " != " + results[i + 1]); in testIfCcz()
9841 System.out.println("testIfCcz fails for" + fails.toString()); in testIfCcz()