Home
last modified time | relevance | path

Searched refs:expected (Results 226 – 250 of 402) sorted by relevance

12345678910>>...17

/art/test/087-gc-after-link/
Dexpected.txt1 Got expected ITE/NPE
/art/test/071-dexfile/
Dexpected.txt2 Got expected ULE
/art/test/302-float-conversion/
Dexpected.txt1 Iteration Result is as expected
/art/test/2029-contended-monitors/src/
DMain.java189 private final int expected; field in Main.CheckCounter
191 expected = e; in CheckCounter()
195 if (counter != expected) { in run()
197 + currentThreadCount + " threads, expected " + expected + " got " + counter); in run()
/art/test/069-field-type/
Dexpected.txt2 Got expected IncompatibleClassChangeError
/art/test/058-enum-order/
Dinfo.txt1 Test that the ordering of enums is as expected.
/art/runtime/
Dcompiler_filter_test.cc31 static void TestSafeModeFilter(CompilerFilter::Filter expected, const std::string& name) { in TestSafeModeFilter() argument
34 EXPECT_EQ(expected, CompilerFilter::GetSafeModeFilterFrom(parsed)); in TestSafeModeFilter()
/art/test/961-default-iface-resolution-gen/
Dinfo.txt13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
Dbuild23 ./util-src/generate_java.py ./src ./expected.txt
/art/test/970-iface-super-resolution-gen/
Dinfo.txt13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/964-default-iface-init-gen/
Dinfo.txt13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
Dbuild23 ./util-src/generate_java.py ./src ./expected.txt
/art/test/404-optimizing-allocator/src/
DMain.java161 public static void expectEquals(int expected, int value) { in expectEquals() argument
162 if (expected != value) { in expectEquals()
163 throw new Error("Expected: " + expected + ", got: " + value); in expectEquals()
/art/test/551-checker-clinit/
Dinfo.txt1 Checker test to ensure we optimize aways HClinitChecks as expected.
/art/test/570-checker-select/src/
DMain.java565 public static void assertEqual(int expected, int actual) { in assertEqual() argument
566 if (expected != actual) { in assertEqual()
567 throw new Error("Assertion failed: " + expected + " != " + actual); in assertEqual()
571 public static void assertEqual(float expected, float actual) { in assertEqual() argument
572 if (expected != actual) { in assertEqual()
573 throw new Error("Assertion failed: " + expected + " != " + actual); in assertEqual()
/art/test/067-preemptive-unpark/
Dinfo.txt1 Test that Unsafe.unpark() operates as expected, in particular across a gc.
/art/test/971-iface-super/
Dinfo.txt13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/968-default-partial-compile-gen/
Dinfo.txt13 return equivalent output when run multiple times and the expected output should
16 Do not modify the expected.txt file. It is generated on each run by
/art/test/1901-get-bytecodes/
Dinfo.txt3 Tests that the GetBytecodes function works as expected.
/art/test/1922-owned-monitors-info/
Dinfo.txt3 Tests that the GetBytecodes function works as expected.
/art/test/685-shifts/src/
DMain.java38 private static void assertEquals(long expected, long actual) { in assertEquals() argument
39 if (expected != actual) { in assertEquals()
40 throw new Error("Expected " + expected + ", got " + actual); in assertEquals()
/art/test/640-checker-simd/src/
DSimdChar.java260 private static void expectEquals(int expected, int result, String action) { in expectEquals() argument
261 if (expected != result) { in expectEquals()
262 throw new Error("Expected: " + expected + ", found: " + result + " for " + action); in expectEquals()
DSimdShort.java259 private static void expectEquals(int expected, int result, String action) { in expectEquals() argument
260 if (expected != result) { in expectEquals()
261 throw new Error("Expected: " + expected + ", found: " + result + " for " + action); in expectEquals()
DSimdInt.java302 private static void expectEquals(int expected, int result, String action) { in expectEquals() argument
303 if (expected != result) { in expectEquals()
304 throw new Error("Expected: " + expected + ", found: " + result + " for " + action); in expectEquals()
/art/test/672-checker-throw-method/src/
DMain.java321 private static void expectEquals(int expected, int result) { in expectEquals() argument
322 if (expected != result) { in expectEquals()
323 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()

12345678910>>...17