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

1 23 4 5 6 7 8 91011>>

  /art/test/134-nodex2oat-nofallback/
run 19 # Make sure we cannot run without an oat file without fallback.
20 ${RUN} ${flags} --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback
  /art/test/304-method-tracing/
run 18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
  /art/test/569-checker-pattern-replacement/
run 17 exec ${RUN} "$@" \
  /external/llvm/test/MC/ARM/
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
directive-unsupported.s 1 @ RUN: not llvm-mc -triple thumbv7-windows -filetype asm -o /dev/null %s 2>&1 \
2 @ RUN: | FileCheck %s
4 @ RUN: not llvm-mc -triple armv7-darwin -filetype asm -o /dev/null %s 2>&1 \
5 @ RUN: | FileCheck %s
thumb2-bxj.s 1 @ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s
4 @ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s
5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
arm-thumb-cpus.s 1 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \
2 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
4 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1 \
5 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s 2>&1 \
8 @ RUN: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
10 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \
11 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
13 @ RUN: not llvm-mc -show-encoding -triple=armv7m-eabi < %s 2>&1 \
14 @ RUN: | FileCheck %s --check-prefix=CHECK-THUMB-ONL
    [all...]
directive-thumb_func.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 \
2 @ RUN: | FileCheck %s -check-prefix CHECK-EABI
5 @ RUN: llvm-mc -triple armv7-darwin -filetype asm -o /dev/null %s
  /external/llvm/test/MC/AsmParser/
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
directive_lcomm.s 0 # RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-pc-mingw32 %s | FileCheck %s
3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
  /external/llvm/test/MC/Hexagon/instructions/
memop.s 0 # RUN: llvm-mc -triple=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
nv_j.s 0 # RUN: llvm-mc -triple=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
  /external/llvm/test/MC/Mips/
cfi.s 0 # RUN: llvm-mc %s -triple=mips-unknown-unknown -show-encoding -mcpu=mips32 | \
2 # RUN: FileCheck %s
3 # RUN: llvm-mc %s -triple=mips64-unknown-unknown -show-encoding -mcpu=mips64 | \
4 # RUN: FileCheck %s
reloc-directive-bad.s 0 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
2 # RUN: 2>&1 | FileCheck %s
elf_eflags_nanlegacy.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/Mips/eva/
invalid-noeva.s 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r2 2>%t1
4 # RUN: FileCheck %s < %t1
5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r3 2>%t1
6 # RUN: FileCheck %s < %t1
7 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1
8 # RUN: FileCheck %s < %t1
9 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r6 2>%t1
10 # RUN: FileCheck %s < %t1
11 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r2 2>%t1
12 # RUN: FileCheck %s < %t
    [all...]
  /external/llvm/test/MC/PowerPC/
pr24686.s 0 # RUN: not llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj %s \
2 # RUN: 2>&1 | FileCheck %s
  /external/llvm/test/MC/X86/
variant-diagnostics.s 0 # RUN: not llvm-mc -triple i386-linux-gnu -filetype asm -o /dev/null 2>&1 %s \
2 # RUN: | FileCheck %s
  /external/llvm/test/Bindings/OCaml/
ext_exc.ml 0 (* RUN: cp %s %T/ext_exc.ml
2 * RUN: %ocamlc -g -w +A -package llvm.bitreader -linkpkg %T/ext_exc.ml -o %t
3 * RUN: %t
4 * RUN: %ocamlopt -g -w +A -package llvm.bitreader -linkpkg %T/ext_exc.ml -o %t
5 * RUN: %t
  /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: llvm-readobj -s -sd < %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: llvm-readobj -s -sd < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump

Completed in 303 milliseconds

1 23 4 5 6 7 8 91011>>