Home | History | Annotate | only in /dalvik/tests
Up to higher level directory
NameDateSize
001-nop/28-Mar-2012
002-sleep/28-Mar-2012
003-omnibus-opcodes/28-Mar-2012
004-annotations/28-Mar-2012
005-args/28-Mar-2012
006-count10/28-Mar-2012
007-exceptions/28-Mar-2012
008-instanceof/28-Mar-2012
009-instanceof2/28-Mar-2012
010-instance/28-Mar-2012
011-array-copy/28-Mar-2012
012-math/28-Mar-2012
013-math2/28-Mar-2012
014-math3/28-Mar-2012
015-switch/28-Mar-2012
016-intern/28-Mar-2012
017-float/28-Mar-2012
018-stack-overflow/28-Mar-2012
019-wrong-array-type/28-Mar-2012
020-string/28-Mar-2012
021-string2/28-Mar-2012
022-interface/28-Mar-2012
023-many-interfaces/28-Mar-2012
024-illegal-access/28-Mar-2012
025-access-controller/28-Mar-2012
026-access/28-Mar-2012
027-arithmetic/28-Mar-2012
028-array-write/28-Mar-2012
029-assert/28-Mar-2012
030-bad-finalizer/28-Mar-2012
031-class-attributes/28-Mar-2012
032-concrete-sub/28-Mar-2012
033-class-init-deadlock/28-Mar-2012
034-call-null/28-Mar-2012
035-enum/28-Mar-2012
036-finalizer/28-Mar-2012
037-inherit/28-Mar-2012
038-inner-null/28-Mar-2012
039-join-main/28-Mar-2012
040-miranda/28-Mar-2012
041-narrowing/28-Mar-2012
042-new-instance/28-Mar-2012
043-privates/28-Mar-2012
044-proxy/28-Mar-2012
045-reflect-array/28-Mar-2012
046-reflect/28-Mar-2012
047-returns/28-Mar-2012
048-server-socket/28-Mar-2012
049-show-object/28-Mar-2012
050-sync-test/28-Mar-2012
051-thread/28-Mar-2012
052-verifier-fun/28-Mar-2012
053-wait-some/28-Mar-2012
054-uncaught/28-Mar-2012
055-enum-performance/28-Mar-2012
056-const-string-jumbo/28-Mar-2012
058-enum-order/28-Mar-2012
059-finalizer-throw/28-Mar-2012
061-out-of-memory/28-Mar-2012
062-character-encodings/28-Mar-2012
063-process-manager/28-Mar-2012
064-field-access/28-Mar-2012
065-mismatched-implements/28-Mar-2012
066-mismatched-super/28-Mar-2012
067-preemptive-unpark/28-Mar-2012
068-classloader/28-Mar-2012
069-field-type/28-Mar-2012
070-nio-buffer/28-Mar-2012
071-dexfile/28-Mar-2012
072-precise-gc/28-Mar-2012
073-mismatched-field/28-Mar-2012
074-gc-thrash/28-Mar-2012
075-verification-error/28-Mar-2012
076-boolean-put/28-Mar-2012
077-method-override/28-Mar-2012
078-polymorphic-virtual/28-Mar-2012
079-phantom/28-Mar-2012
080-oom-throw/28-Mar-2012
081-hot-exceptions/28-Mar-2012
082-inline-execute/28-Mar-2012
083-jit-regressions/28-Mar-2012
084-class-init/28-Mar-2012
085-old-style-inner-class/28-Mar-2012
086-null-super/28-Mar-2012
087-gc-after-link/28-Mar-2012
088-monitor-verification/28-Mar-2012
089-jumbo-opcodes/28-Mar-2012
090-loop-formation/28-Mar-2012
etc/28-Mar-2012
README.txt28-Mar-2012646
run-all-tests28-Mar-20123.4K
run-test28-Mar-20127.2K

README.txt

      1 VM test harness.
      2 
      3 Use "./run-all-tests" to run all tests, or "./run-test <number>" to run a
      4 single test.  Run "./run-test" with no arguments to see command flags;
      5 in particular, the tests can be run on the desktop, on a USB-attached
      6 device, or using the desktop "reference implementation".
      7 
      8 
      9 For most tests, the sources are in the "src" subdirectory.  Sources found
     10 in the "src2" directory are compiled separately but to the same output
     11 directory; this can be used to exercise "API mismatch" situations by
     12 replacing class files created in the first pass.  The "src-ex" directory
     13 is built separately, and is intended for exercising class loaders.
     14