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