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