Home
last modified time | relevance | path

Searched refs:BAD (Results 1 – 25 of 81) sorted by relevance

1234

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Ddynamic-malformed.test56 # BAD-ENTSIZE-LLVM-NEXT: ]
97 # BAD-STRING-LLVM: LoadName: <?>
117 # BAD-STRING-LLVM-NEXT: ]
192 # BAD-STRTAB-ERR-NOT:{{.}}
195 # RUN: FileCheck -DFILE=%t.bad-strtab %s --check-prefixes=BAD-STRTAB-ERR2,BAD-STRTAB,BAD-STRTAB-L…
197 # RUN: FileCheck -DFILE=%t.bad-strtab %s --check-prefixes=BAD-STRTAB-ERR2,BAD-STRTAB,BAD-STRTAB-G…
200 # BAD-STRTAB-LLVM: LoadName: <Not found>
204 # BAD-STRTAB: NeededLibraries [
205 # BAD-STRTAB: <?>
206 # BAD-STRTAB: ]
[all …]
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Doverlapping-sections.s20 # RUN: llvm-readelf --sections -l %t.so | FileCheck %s -check-prefix BAD-LMA
21 # BAD-LMA-LABEL: Section Headers:
22 # BAD-LMA: .sec1 PROGBITS 0000000000008000 002000 000100 00 WA 0 0 1
23 # BAD-LMA: .sec2 PROGBITS 0000000000008800 002800 000100 00 WA 0 0 1
24 # BAD-LMA-LABEL: Program Headers:
25 # BAD-LMA-NEXT: Type Offset VirtAddr PhysAddr FileSiz MemSiz Fl…
26 # BAD-LMA-NEXT: LOAD 0x001000 0x0000000000000000 0x0000000000000000 0x000100 0x000100 R …
27 # BAD-LMA-NEXT: LOAD 0x001100 0x0000000000000100 0x0000000000000100 0x000070 0x000070 RW…
29 # BAD-LMA-LABEL: Section to Segment mapping:
30 # BAD-LMA: 01 .text .dynamic
[all …]
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dcprestore-reorder.s14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
85 # BAD-ABI: .cprestore 8
86 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
87 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
89 # BAD-ABI: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09]
90 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
92 # BAD-ABI-N32: lw $25, %got_disp(foo)($gp) # encoding: [0x8f,0x99,A,A]
93 # BAD-ABI-N64: ld $25, %got_disp(foo)($gp) # encoding: [0xdf,0x99,A,A]
95 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
[all …]
H A Dcprestore-noreorder.s17 # RUN: | FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
21 # RUN: | FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
88 # BAD-ABI: .cprestore 8
89 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
90 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
92 # BAD-ABI: jalr $4, $25 # encoding: [0x03,0x20,0x20,0x09]
93 # BAD-ABI-NOT: lw $gp, 8($sp) # encoding: [0x8f,0xbc,0x00,0x08]
95 # BAD-ABI-N32: lw $25, %got_disp(foo)($gp) # encoding: [0x8f,0x99,A,A]
96 # BAD-ABI-N64: ld $25, %got_disp(foo)($gp) # encoding: [0xdf,0x99,A,A]
98 # BAD-ABI: jalr $25 # encoding: [0x03,0x20,0xf8,0x09]
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dsyntax.ll4 …e -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCheck -check-prefix=BAD-FN-HEADER %s
5 …ample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLE-LINE %s
6 …ample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | FileCheck -check-prefix=BAD-LINE-VALUES %s
7 …file=%S/Inputs/bad_discriminator_value.prof 2>&1 | FileCheck -check-prefix=BAD-DISCRIMINATOR-VALUE…
8 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
20 ; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof: Could not open profile: Unrecognized sample profi…
21 ; BAD-SAMPLE-LINE: error: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]…
22 ; BAD-LINE-VALUES: error: {{.*}}bad_line_values.prof:2: Expected 'mangled_name:NUM:NUM', found -1: …
23 ; BAD-DISCRIMINATOR-VALUE: error: {{.*}}bad_discriminator_value.prof:2: Expected 'NUM[.NUM]: NUM[ m…
24 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Drelocations.test6 # RUN: | FileCheck %s --check-prefix BAD-COFF-RELOCS
8 # RUN: | FileCheck %s --check-prefix BAD-COFF-RELOCS
18 # BAD-COFF-RELOCS: Relocations [
19 # BAD-COFF-RELOCS-NEXT: Section (1) sec {
20 # BAD-COFF-RELOCS-NEXT: 0xDEADBEEF IMAGE_REL_I386_ABSOLUTE -
21 # BAD-COFF-RELOCS-NEXT: }
22 # BAD-COFF-RELOCS-NEXT: ]
/llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/
H A Dinvalid-input-address.test13 RUN: llvm-symbolizer --obj=%p/Inputs/addr.exe < %t.inp | FileCheck --check-prefix=BAD-INPUT %s
14 …ymbolizer --obj=%p/Inputs/addr.exe "some text" "some text2" | FileCheck --check-prefix=BAD-INPUT %s
15 RUN: llvm-symbolizer --obj=%p/Inputs/addr.exe @%t.rsp | FileCheck --check-prefix=BAD-INPUT %s
18 RUN: llvm-addr2line --obj=%p/Inputs/addr.exe < %t.inp | FileCheck --check-prefix=BAD-INPUT %s
19 …addr2line --obj=%p/Inputs/addr.exe "some text" "some text2" | FileCheck --check-prefix=BAD-INPUT %s
20 RUN: llvm-addr2line --obj=%p/Inputs/addr.exe @%t.rsp | FileCheck --check-prefix=BAD-INPUT %s
22 BAD-INPUT: some text
23 BAD-INPUT-NEXT: some text2
/llvm-project-15.0.7/llvm/test/tools/llvm-ranlib/
H A DD-flag.test33 # RUN: not llvm-ranlib --D %t.a 2>&1 | FileCheck %s --check-prefix=BAD-OPT-D
34 # BAD-OPT-D: error: Invalid option: '--D'
35 # RUN: not llvm-ranlib --U %t.a 2>&1 | FileCheck %s --check-prefix=BAD-OPT-U
36 # BAD-OPT-U: error: Invalid option: '--U'
37 # RUN: not llvm-ranlib -x %t.a 2>&1 | FileCheck %s --check-prefix=BAD-OPT-x
38 # BAD-OPT-x: error: Invalid option: '-x'
42 # RUN: not llvm-ranlib -Dx %t.a 2>&1 | FileCheck %s --check-prefix=BAD-OPT-x
43 # RUN: not llvm-ranlib -DxD %t.a 2>&1 | FileCheck %s --check-prefix=BAD-OPT-xD
44 # BAD-OPT-xD: error: Invalid option: '-xD'
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dbad-output-format.test4 # RUN: | FileCheck %s --check-prefix=BAD-OUTPUT-FORMAT
9 # RUN: | FileCheck %s --check-prefix=BAD-OUTPUT-FORMAT-BSD
18 # BAD-OUTPUT-FORMAT: invalid output format: 'xyz'
19 # BAD-OUTPUT-FORMAT-BSD: invalid output format: 'xyz-freebsd'
H A Dihex-writer.test21 …opy -O ihex --only-section=.text2 %t-sec2 %t-sec2-2.hex 2>&1 | FileCheck %s --check-prefix=BAD-ADDR
22 …py -O ihex --only-section=.text3 %t-sec2 %t-sec2-3.hex 2>&1 | FileCheck %s --check-prefix=BAD-ADDR2
39 …lvm-objcopy -O ihex --set-start=0xF00000000 %t %t6.hex 2>&1 | FileCheck %s --check-prefix=BAD-START
73 # BAD-ADDR: error: {{.*}}: Section '.text2' address range [0x{{.*}}, 0x{{.*}}] is not 32 bit
74 # BAD-ADDR2: error: {{.*}}: Section '.text3' address range [0x{{.*}}, 0x{{.*}}] is not 32 bit
84 # BAD-START: error: {{.*}}: Entry point address 0x{{.*}} overflows 32 bits
H A Dinput-output-target.test17 # RUN: | FileCheck %s --check-prefix=BAD-FLAG
20 # RUN: | FileCheck %s --check-prefix=BAD-FLAG
22 # BAD-FLAG: --target cannot be used with --input-target or --output-target
H A Drename-section.test4 …-section=.foo.bar --rename-section=.foo=.other %t %t2 2>&1 | FileCheck %s --check-prefix=BAD-FORMAT
32 #BAD-FORMAT: bad format for --rename-section: missing '='
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dattribute-builtin.ll29 ; RUN: not llvm-as <%s 2>&1 | FileCheck -check-prefix=CHECK-BAD %s
31 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.
32 ; CHECK-BAD-NEXT: i8* (i8*)* @car
33 ; CHECK-BAD: Attribute 'builtin' can only be applied to a callsite.
34 ; CHECK-BAD-NEXT: i8* (i8*)* @mar
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Ddis-symname.test22 …nputs/exeThread.macho-x86_64 --dis-symname _environ 2>&1 | FileCheck --check-prefix BAD-SYMAME-1 %s
23 BAD-SYMAME-1: -dis-symname: _environ not in the section
25 …read.macho-x86_64 --dis-symname __mh_execute_header 2>&1 | FileCheck --check-prefix BAD-SYMAME-2 %s
26 BAD-SYMAME-2: -dis-symname: __mh_execute_header not in any section
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dbad-char.txt29 RUN: FileCheck -check-prefix=ERR-BAD-VAR %s
33 ERR-BAD-VAR: error: invalid variable name
38 RUN: FileCheck -check-prefix=ERR-BAD-STRING-VAR %s
42 ERR-BAD-STRING-VAR: error: invalid name in string variable definition
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dtext-format-errors.test14 RUN: not llvm-profdata show %p/Inputs/bad-hash.proftext 2>&1 | FileCheck %s --check-prefix=BAD-HASH…
15 BAD-HASH-SHOW: error: {{.*}}bad-hash.proftext: malformed instrumentation profile data
17 …sh.proftext %p/Inputs/bad-hash.proftext -o %t.out 2>&1 | FileCheck %s --check-prefix=BAD-HASH-MERGE
18 BAD-HASH-MERGE: warning: {{.*}}bad-hash.proftext: malformed instrumentation profile data
19 BAD-HASH-NEXT: error: no profiles can be merged
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/
H A Dclass-endianness.yaml24 # RUN: not yaml2obj --docnum=1 -D BITS=16 -D ENCODE=LSB %s 2>&1 | FileCheck --check-prefix=BAD %s
25 # RUN: not yaml2obj --docnum=1 -D BITS=32 -D ENCODE= %s 2>&1 | FileCheck --check-prefix=BAD %s
27 # BAD: error: unknown enumerated scalar
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/AArch64/
H A Dnote-android-memtag.test34 # RUN: llvm-readelf --notes %t | FileCheck %s --check-prefixes=GNU,GNU-BAD,INVALID
35 # RUN: llvm-readobj --notes %t | FileCheck %s --check-prefixes=LLVM,LLVM-BAD,INVALID
40 # GNU-BAD-NEXT: Android 0x00000000 NT_ANDROID_TYPE_MEMTAG (Android memory tagging information)
47 # LLVM-BAD-NEXT: Size: 0x14
51 # LLVM-BAD-NEXT: Data size: 0x0
/llvm-project-15.0.7/llvm/test/FileCheck/comment/
H A Dbad-comment-prefix.txt21 RUN: FileCheck -check-prefix=PREFIX-BAD-CHAR1 %s
24 RUN: FileCheck -check-prefix=PREFIX-BAD-CHAR2 %s
25 PREFIX-BAD-CHAR1: error: supplied comment prefix must start with a letter and contain only alphanum…
26 PREFIX-BAD-CHAR2: error: supplied comment prefix must start with a letter and contain only alphanum…
/llvm-project-15.0.7/llvm/test/tools/llvm-size/
H A Dradix.test112 # RUN: | FileCheck %s --check-prefix=BAD-VAL -DNUM=0
114 # RUN: | FileCheck %s --check-prefix=BAD-VAL -DNUM=1
116 # RUN: | FileCheck %s --check-prefix=BAD-VAL -DNUM=2
118 # RUN: | FileCheck %s --check-prefix=BAD-VAL -DNUM=32
120 # RUN: | FileCheck %s --check-prefix=BAD-VAL -DNUM=-1
122 # RUN: | FileCheck %s --check-prefix=BAD-VAL -DNUM=bad
124 # BAD-VAL: {{.*}}llvm-size{{.*}}: error: --radix value should be one of: 8, 10, 16
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dinvalid.test6 RUN: FileCheck --check-prefix=BAD-ABBREV %s
10 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s
14 RUN: FileCheck --check-prefix=BAD-BITWIDTH %s
16 RUN: FileCheck --check-prefix=BAD-ALIGN %s
34 BAD-ABBREV: error: can't skip to bit
36 BAD-ABBREV-NUMBER: error: can't skip to bit
38 BAD-BITWIDTH: error: can't skip to bit
39 BAD-ALIGN: Invalid alignment value
130 RUN: FileCheck --check-prefix=LOAD-BAD-TYPE %s
132 LOAD-BAD-TYPE: Load operand is not a pointer type
[all …]
/llvm-project-15.0.7/libc/benchmarks/automemcpy/include/automemcpy/
H A DResultAnalyzer.h30 BAD, enumerator
65 Grade::GradeEnum FinalGrade = Grade::BAD; // Overall grade for this function
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp56 case BAD: in getString()
76 return BAD; in judge()
191 Grade::GradeEnum MedianGrade = Grade::BAD; in castVotes()
/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Dexclude.test12 # RUN: FileCheck %s --check-prefix=BAD-GLOB
14 # BAD-GLOB: error: invalid glob pattern: [
/llvm-project-15.0.7/lld/test/COFF/
H A Dvfsoverlay.test14 # RUN: | FileCheck %s --check-prefix=BAD-OVERLAY
15 # BAD-OVERLAY: error: Invalid vfs overlay

1234