HomeSort by relevance Sort by last modified time
    Searched refs:RUN (Results 1 - 25 of 680) 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/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/116-nodex2oat/
run 21 RUN="${RUN/push-and-run-prebuilt-test-jar/push-and-run-test-jar}"
23 # Make sure we can run without an oat file,
24 echo "Run -Xnodex2oat"
25 ${RUN} ${flags} --runtime-option -Xnodex2oat
27 # Make sure we can run with the oat file.
28 echo "Run -Xdex2oat"
29 ${RUN} ${flags} --runtime-option -Xdex2oa
    [all...]
  /art/test/117-nopatchoat/
run 24 # Make sure we can run without relocation
25 echo "Run without dex2oat/patchoat"
28 ${RUN} ${flags} --runtime-option -Xnodex2oat
30 # Make sure we can run with the oat file.
31 echo "Run with dexoat/patchoat"
32 ${RUN} ${flags} --runtime-option -Xdex2oat
34 # Make sure we can run with the default settings.
35 echo "Run default"
36 ${RUN} ${flags}
  /art/test/118-noimage-dex2oat/
run 21 RUN="${RUN/push-and-run-prebuilt-test-jar/push-and-run-test-jar}"
23 if [ $(basename $RUN) == 'host-run-test-jar' ]; then
31 # Make sure we can run without an oat file,
32 echo "Run -Xnoimage-dex2oat"
33 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat
35 # Make sure we can run with the oat file
    [all...]
  /art/test/119-noimage-patchoat/
run 20 if [ $(basename $RUN) == 'host-run-test-jar' ]; then
26 # Make sure we can run without an image file,
27 echo "Run -Xnoimage-dex2oat -Xpatchoat:/system/bin/false"
28 ${RUN} ${flags} ${BPATH} --runtime-option -Xnoimage-dex2oat --runtime-option -Xpatchoat:${false_bin}
30 # Make sure we can run with the image file.
31 echo "Run -Ximage-dex2oat"
32 ${RUN} ${flags} ${BPATH} --runtime-option -Ximage-dex2oat
34 # Make sure we can run with the default settings.
35 echo "Run default
    [all...]
  /external/llvm/test/MC/AsmParser/
dollars-in-identifiers.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
2 # RUN: FileCheck < %t %s
directive_line.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
dot-symbol-non-absolute.s 0 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
2 # RUN: FileCheck -input-file %t %s
directive_abort.s 0 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
2 # RUN: FileCheck -input-file %t %s
directive_end.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype obj -o - \
2 # RUN: | llvm-readobj -t | FileCheck %s
extern.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
line_with_hash.s 0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /external/llvm/test/MC/Mips/
elf_eflags_nan2008.s 0 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
2 # RUN: llvm-readobj -h | \
3 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
5 # RUN: FileCheck %s -check-prefix=CHECK-ASM
  /external/llvm/test/MC/ARM/
arm-thumb-cpus-default.s 1 @ RUN: llvm-mc -show-encoding -triple=arm-eabi < %s \
2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
4 @ RUN: llvm-mc -show-encoding -triple=armv4t-eabi < %s \
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s \
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
10 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s \
11 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
13 @ RUN: llvm-mc -show-encoding -triple=armv7m-eabi < %s \
14 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONL
    [all...]
cmp-immediate-fixup.s 2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
3 @ RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s
cmp-immediate-fixup2.s 2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
3 @ RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s
  /external/llvm/test/MC/MachO/ARM/
nop-armv4-padding.s 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
nop-armv6t2-padding.s 1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
relax-thumb-ldr-literal.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
thumb2-function-relative-load.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
  /art/test/304-method-tracing/
run 18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
  /external/llvm/test/MC/COFF/
invalid-endef.s 0 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s

Completed in 274 milliseconds

1 2 3 4 5 6 7 8 91011>>