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