/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/ |
immediate-002.s | 1 ;; ops with immediate args
|
immediate-003.s | 1 ;; ops with immediate args
|
immediate-004.s | 1 ;; ops with immediate args
|
immediate-005.s | 1 ;; ops with immediate args
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
p11673.s | 2 # with moveb and movew, but it is forbidden with movel.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
ulh-pic.s | 1 # Test unaligned load and store macros with PIC code. We don't bother
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
badsyntax.s | 1 ; Good mnemonic with wrong operands should generate an error.
|
badsyntax1.s | 1 ; Good mnemonic with too few operands should generate an error.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
ifunc-9.d | 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
start1.s | 3 ; This must be compilable with --march=common_v10_v32.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-9-x86.d | 2 #error: .*dynamic STT_GNU_IFUNC symbol `foo' with pointer equality in `.*.o' can not be used when making an executable; recompile with -fPIE and relink with -pie
|
/external/llvm/test/MC/Mips/eva/ |
invalid_R6.s | 9 lwle $s6,255($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 10 lwle $s7,-256($10) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 11 lwle $s7,-176($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 12 lwre $zero,255($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 13 lwre $zero,-256($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 14 lwre $zero,-176($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 15 swle $9,255($s1) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 16 swle $10,-256($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 17 swle $8,131($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset 18 swre $s4,255($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offse [all...] |
/external/chromium-libpac/test/js-unittest/ |
ends_with_statement_no_semicolon.js | 1 // Ends with a statement, and no terminal newline.
|
/external/ltp/testcases/kernel/containers/ |
README | 16 ## along with this program; if not, write to the Free Software ## 23 The tests requires the Kernel to be compiled with the following config's
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
ld-sp-warn-v7a.l | 2 [^:]*:7: Error: Thumb does not support register indexing with writeback -- `ldr r1,\[r0,r1\]!'
|
ld-sp-warn-v7r.l | 2 [^:]*:7: Error: Thumb does not support register indexing with writeback -- `ldr r1,\[r0,r1\]!'
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/ |
symtab.d | 3 #name: .set with expression
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
app1.d | 2 #name: APP with macro without NO_APP
|
app2.d | 2 #name: APP with macro then NO_APP
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
tlspie1.d | 1 #name: TLS with PIE
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
pad16.s | 1 * Padding 16 bytes, suitable for testing relocs together with the larger
|
pad4.s | 1 * Padding 16 bytes, suitable for testing relocs together with the larger
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
tlspie1.d | 1 #name: TLS with PIE
|
/external/protobuf/jenkins/ |
make_test_output.py | 32 with open(basedir + "/joblog") as jobs: 52 with open(basedir + "/logs/1/" + testname + "/stdout") as f: 55 with open(basedir + "/logs/1/" + testname + "/stderr") as f: 62 with open(basedir + '/logs/1/cpp/build_time', 'r') as f: 74 with tag("testsuites"): 75 with tag("testsuite", name="Protobuf Tests"): 77 with tag("testcase", name=test["name"], classname=test["name"], 79 with tag("system-out"): 81 with tag("system-err"): 84 with tag("failure") [all...] |
/external/llvm/test/MC/MachO/ |
x86_32-optimal_nop.s | 4 .align 4, 0 # start with 16 byte alignment filled with zeros 11 .align 4, 0 # start with 16 byte alignment filled with zeros 19 .align 4, 0 # start with 16 byte alignment filled with zeros 26 .align 4, 0 # start with 16 byte alignment filled with zeros 36 .align 4, 0 # start with 16 byte alignment filled with zero [all...] |