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