Home | History | Annotate | only in /dalvik/tests
Up to higher level directory
NameDateSize
001-nop/31-Jul-2010
002-sleep/31-Jul-2010
003-omnibus-opcodes/31-Jul-2010
004-annotations/31-Jul-2010
005-args/31-Jul-2010
006-count10/31-Jul-2010
007-exceptions/31-Jul-2010
008-instanceof/31-Jul-2010
009-instanceof2/31-Jul-2010
010-instance/31-Jul-2010
011-array-copy/31-Jul-2010
012-math/31-Jul-2010
013-math2/31-Jul-2010
014-math3/31-Jul-2010
015-switch/31-Jul-2010
016-intern/31-Jul-2010
017-float/31-Jul-2010
018-stack-overflow/31-Jul-2010
019-wrong-array-type/31-Jul-2010
020-string/31-Jul-2010
021-string2/31-Jul-2010
022-interface/31-Jul-2010
023-many-interfaces/31-Jul-2010
024-illegal-access/31-Jul-2010
025-access-controller/31-Jul-2010
026-access/31-Jul-2010
027-arithmetic/31-Jul-2010
028-array-write/31-Jul-2010
029-assert/31-Jul-2010
030-bad-finalizer/31-Jul-2010
031-class-attributes/31-Jul-2010
032-concrete-sub/31-Jul-2010
033-class-init-deadlock/31-Jul-2010
034-call-null/31-Jul-2010
035-enum/31-Jul-2010
036-finalizer/31-Jul-2010
037-inherit/31-Jul-2010
038-inner-null/31-Jul-2010
039-join-main/31-Jul-2010
040-miranda/31-Jul-2010
041-narrowing/31-Jul-2010
042-new-instance/31-Jul-2010
043-privates/31-Jul-2010
044-proxy/31-Jul-2010
045-reflect-array/31-Jul-2010
046-reflect/31-Jul-2010
047-returns/31-Jul-2010
048-server-socket/31-Jul-2010
049-show-object/31-Jul-2010
050-sync-test/31-Jul-2010
051-thread/31-Jul-2010
052-verifier-fun/31-Jul-2010
053-wait-some/31-Jul-2010
054-uncaught/31-Jul-2010
055-enum-performance/31-Jul-2010
056-const-string-jumbo/31-Jul-2010
057-iteration-performance/31-Jul-2010
058-enum-order/31-Jul-2010
059-finalizer-throw/31-Jul-2010
060-reflection-security/31-Jul-2010
061-out-of-memory/31-Jul-2010
062-character-encodings/31-Jul-2010
063-process-manager/31-Jul-2010
064-field-access/31-Jul-2010
065-mismatched-implements/31-Jul-2010
066-mismatched-super/31-Jul-2010
067-preemptive-unpark/31-Jul-2010
068-classloader/31-Jul-2010
069-field-type/31-Jul-2010
070-nio-buffer/31-Jul-2010
071-dexfile/31-Jul-2010
072-precise-gc/31-Jul-2010
073-mismatched-field/31-Jul-2010
074-gc-thrash/31-Jul-2010
075-verification-error/31-Jul-2010
076-boolean-put/31-Jul-2010
077-method-override/31-Jul-2010
078-polymorphic-virtual/31-Jul-2010
079-phantom/31-Jul-2010
080-oom-throw/31-Jul-2010
081-hot-exceptions/31-Jul-2010
082-inline-execute/31-Jul-2010
083-jit-regressions/31-Jul-2010
etc/31-Jul-2010
README.txt31-Jul-2010647
run-all-tests31-Jul-20103.4K
run-test31-Jul-20107.1K

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 
     15