summaryrefslogtreecommitdiffstats
path: root/test/107-int-math2/expected.txt
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2013-01-11 18:02:45 -0800
committerIan Rogers <irogers@google.com>2013-01-16 15:34:20 -0800
commitdd7bf568b28efb65c0322979790552946eda1fc1 (patch)
treed2d54a91fa33aef43e7613b8427fd8e7cfd7f856 /test/107-int-math2/expected.txt
parentf9a52cd81ad39aacd1a5c41478d5ee0cb6dff1bf (diff)
downloadandroid_art-dd7bf568b28efb65c0322979790552946eda1fc1.tar.gz
android_art-dd7bf568b28efb65c0322979790552946eda1fc1.tar.bz2
android_art-dd7bf568b28efb65c0322979790552946eda1fc1.zip
Move IntMath into run-test.
Remove the IntMath method_verifier_test. We can harness oatdump to give a better test. Change-Id: Id7c4417331e6311ca21efdb8aa744851b7216c98
Diffstat (limited to 'test/107-int-math2/expected.txt')
-rw-r--r--test/107-int-math2/expected.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/test/107-int-math2/expected.txt b/test/107-int-math2/expected.txt
new file mode 100644
index 0000000000..b131cc2400
--- /dev/null
+++ b/test/107-int-math2/expected.txt
@@ -0,0 +1,35 @@
+divideLongByBillion PASSED
+unopTest PASSED
+shiftTest1 PASSED
+shiftTest2 PASSED
+unsignedShiftTest PASSED
+convTest PASSED
+charSubTest PASSED
+intOperTest PASSED
+lit16Test PASSED
+lit8Test PASSED
+intShiftTest PASSED
+longOperTest PASSED
+longShiftTest PASSED
+switchTest PASSED
+testIntCompare PASSED
+testLongCompare PASSED
+testFloatCompare PASSED
+testDoubleCompare PASSED
+fibonacci PASSED
+throwAndCatch PASSED
+testClassCast PASSED
+testArrayStore PASSED
+testStackOverflow PASSED
+testArrayAllocation PASSED
+manyArgs PASSED
+virtualCall PASSED
+testGetPut PASSED
+staticFieldTest PASSED
+catchBlock(1000) PASSED
+catchBlock(7000) PASSED
+catchBlockNoThrow PASSED
+superTest PASSED
+constClassTest PASSED
+constStringTest PASSED
+instanceTest PASSED