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

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