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