HomeSort by relevance Sort by last modified time
    Searched refs:RUN (Results 1 - 25 of 1020) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/055-enum-performance/
run 18 exec ${RUN} "${@/#libartd.so/libart.so}"
  /art/test/103-string-append/
run 18 exec ${RUN} "${@/#libartd.so/libart.so}"
  /art/test/133-static-invoke-super/
run 18 exec ${RUN} "${@/#libartd.so/libart.so}"
  /art/test/etc/
default-run 17 exec ${RUN} "$@"
  /art/test/018-stack-overflow/
run 17 # Run normal. This will be the debug build.
18 echo "libartd run."
19 ${RUN} "${@}"
21 # Run non-debug.
22 echo "libart run."
23 ${RUN} "${@/#libartd.so/libart.so}"
  /art/test/126-miranda-multidex/
run 17 ${RUN} $@
21 ${RUN} --no-verify ${@}
  /art/test/091-override-package-private-method/
run 18 exec ${RUN} "${@}" --secondary
  /art/test/127-checker-secondarydex/
run 18 exec ${RUN} "${@}" --secondary
  /art/test/131-structural-change/
run 18 exec ${RUN} "${@}" --secondary
  /art/test/146-bad-interface/
run 17 # We want to run as no-dex-file-fallback to confirm that even though the -ex file has a symbolic
19 exec ${RUN} --secondary "${@}"
  /art/test/529-checker-unresolved/
run 18 exec ${RUN} "${@}" --secondary
  /art/test/555-checker-regression-x86const/
run 18 exec ${RUN} "${@}" --secondary
  /art/test/608-checker-unresolved-lse/
run 18 exec ${RUN} "${@}" --secondary
  /art/test/574-irreducible-and-constant-area/
run 18 exec ${RUN} "$@" --no-relocate
  /art/test/597-deopt-new-string/
run 17 # We want to run in debuggable mode which keeps the call into StringFactory.newEmptyString().
18 exec ${RUN} -Xcompiler-option --debuggable "${@}"
  /art/test/955-lambda-smali/
run 18 ${RUN} "$@" --experimental lambdas
  /art/test/570-checker-osr/
run 18 exec ${RUN} "$@" --runtime-option -Xjitinitialsize:32M
  /art/test/116-nodex2oat/
run 23 echo "Test 116-nodex2oat cannot run in prebuild mode."
27 # Make sure we can run without an oat file.
28 echo "Run -Xnodex2oat"
29 ${RUN} ${flags} --runtime-option -Xnodex2oat
31 # Make sure we can run with the oat file.
32 echo "Run -Xdex2oat"
33 ${RUN} ${flags} --runtime-option -Xdex2oat
35 # Make sure we can run with the default settings.
36 echo "Run default"
37 ${RUN} ${flags
    [all...]
  /art/test/117-nopatchoat/
run 25 echo "Test 117-nopatchoat is not intended to run in no-prebuild mode."
33 echo "Test 117-nopatchoat is not intended to run in no-relocate mode."
37 # Make sure we can run without relocation
38 echo "Run without dex2oat/patchoat"
39 ${RUN} ${flags} --runtime-option -Xnodex2oat
41 # Make sure we can run with the oat file.
42 echo "Run with dexoat/patchoat"
43 ${RUN} ${flags} --runtime-option -Xdex2oat
45 # Make sure we can run with the default settings.
46 echo "Run default
    [all...]
  /art/test/138-duplicate-classes-check2/
run 17 # We want to run as no-dex-file-fallback to confirm that even though the -ex file has a symbolic
19 exec ${RUN} --runtime-option -Xno-dex-file-fallback "${@}"
  /art/test/577-profile-foreign-dex/
run 17 exec ${RUN} \
  /external/llvm/test/MC/AsmParser/
dollars-in-identifiers.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
2 # RUN: FileCheck < %t %s
  /external/llvm/test/MC/Mips/
mips-cop0-reginfo.s 0 # RUN: llvm-mc -arch=mips -mcpu=mips32r2 -filetype=obj %s -o - | \
2 # RUN: llvm-readobj -sections -section-data - | \
3 # RUN: FileCheck %s -check-prefix=CHECK
  /art/test/147-stripped-dex-fallback/
run 20 echo "Test 147-stripped-dex-fallback is not intended to run in no-prebuild mode."
24 ${RUN} ${flags} --strip-dex --no-dex2oat
  /art/test/613-inlining-dex-cache/
run 20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}

Completed in 208 milliseconds

1 2 3 4 5 6 7 8 91011>>