Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/external/llvm-project/llvm/test/MC/Mips/
Dmacro-aliases-invalid-wrong-error.s10 subu $4, $4, %lo($start) # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list
11 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list
12 subu $4, $4, $start # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list
13 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list
14 subu $4, $a4, $a4 # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list
15 subu $4, $4, %hi(end) # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list
16 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list
17 subu $4, $4, end + 4 # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list
18 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list
19 subu $4, $4, end # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list
[all …]
Dset-at-noat-bad-syntax.s5 # CHECK: error: unexpected token, expected equals sign
11 # CHECK: error: unexpected token, expected dollar sign '$'
14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
26 # CHECK: error: unexpected token, expected end of statement
29 # CHECK: error: unexpected token, expected end of statement
Dmips-pdr-bad.s9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement
14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma
17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma
20 … .frame $sp, 8, $ra, foo # ASM: :[[@LINE]]:27: error: unexpected token, expected end of statement
24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma
27 … .mask 0x80000000, -4, bar # ASM: :[[@LINE]]:29: error: unexpected token, expected end of statement
31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma
34 ….fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement
38 … .end _local_foo_bar, foo # ASM: :[[@LINE]]:28: error: unexpected token, expected end of statement
/external/llvm-project/llvm/test/MC/Mips/mt/
Dmftr-mttr-aliases-invalid-wrong-error.s6 mftc0 0($4), $5 # CHECK: error: unexpected token in argument list
7 mftc0 0($4), $5, 1 # CHECK: error: unexpected token in argument list
8 mftgpr 0($4), $5 # CHECK: error: unexpected token in argument list
9 mftlo 0($3) # CHECK: error: unexpected token in argument list
10 mftlo 0($3), $ac1 # CHECK: error: unexpected token in argument list
11 mfthi 0($3) # CHECK: error: unexpected token in argument list
12 mfthi 0($3), $ac1 # CHECK: error: unexpected token in argument list
13 mftacx 0($3) # CHECK: error: unexpected token in argument list
14 mftacx 0($3), $ac1 # CHECK: error: unexpected token in argument list
15 mftdsp 0($4) # CHECK: error: unexpected token in argument list
[all …]
/external/llvm-project/clang/test/Parser/
Dobjc-at-directive-fixit.m14 @tr { }; // expected-error {{unexpected '@' in program}}
16 @finaly { }; // expected-error {{unexpected '@' in program}}
18 @autorelpool { }; // expected-error {{unexpected '@' in program}}
23 id thing = @autoreleasepool { }; // expected-error {{unexpected '@' in program}}
24 (void)@tr { }; // expected-error {{unexpected '@' in program}}
25 bar(@final { }); // expected-error {{unexpected '@' in program}}
26 for(@auto;;) { } // expected-error {{unexpected '@' in program}}
27 [@try]; // expected-error {{unexpected '@' in program}}
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dutil.py40 unexpected = []
51 unexpected.append(a)
66 unexpected.extend(actual[j:])
68 return missing, unexpected
79 unexpected = []
96 unexpected.append(item)
102 return missing, unexpected
/external/llvm-project/llvm/test/MC/RISCV/
Doption-invalid.s4 # CHECK: error: unexpected token, expected identifier
7 # CHECK: error: unexpected token, expected identifier
10 # CHECK: error: unexpected token, expected identifier
13 # CHECK: error: unexpected token, expected end of statement
22 # CHECK: error: unexpected token, expected end of statement
25 # CHECK: error: unexpected token, expected end of statement
/external/rust/crates/rustversion/src/
Dtoken.rs8 unexpected => { in parse_punct()
9 let span = unexpected in parse_punct()
36 unexpected => { in parse_literal()
37 let span = unexpected in parse_literal()
53 Some(unexpected) => Err(Error::new(unexpected.span(), "expected `(`")), in parse_paren()
76 Some(unexpected) => Err(Error::new(unexpected.span(), "unexpected token")), in parse_end()
/external/llvm/test/MC/Mips/
Dset-at-noat-bad-syntax.s5 # CHECK: error: unexpected token, expected equals sign
11 # CHECK: error: unexpected token, expected dollar sign '$'
14 # CHECK: error: unexpected token, expected identifier or integer
17 # CHECK: error: unexpected token, expected identifier or integer
26 # CHECK: error: unexpected token, expected end of statement
29 # CHECK: error: unexpected token, expected end of statement
Dmips-pdr-bad.s9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement
14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma
17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma
20 … .frame $sp, 8, $ra, foo # ASM: :[[@LINE]]:27: error: unexpected token, expected end of statement
24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma
27 … .mask 0x80000000, -4, bar # ASM: :[[@LINE]]:29: error: unexpected token, expected end of statement
31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma
34 ….fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement
38 … .end _local_foo_bar, foo # ASM: :[[@LINE]]:28: error: unexpected token, expected end of statement
/external/junit/src/main/java/org/junit/
DAssert.java160 public static void assertNotEquals(String message, Object unexpected, in assertNotEquals() argument
162 if (equalsRegardingNull(unexpected, actual)) { in assertNotEquals()
176 public static void assertNotEquals(Object unexpected, Object actual) { in assertNotEquals() argument
177 assertNotEquals(null, unexpected, actual); in assertNotEquals()
199 public static void assertNotEquals(String message, long unexpected, long actual) { in assertNotEquals() argument
200 if (unexpected == actual) { in assertNotEquals()
212 public static void assertNotEquals(long unexpected, long actual) { in assertNotEquals() argument
213 assertNotEquals(null, unexpected, actual); in assertNotEquals()
231 public static void assertNotEquals(String message, double unexpected, in assertNotEquals() argument
233 if (!doubleIsDifferent(unexpected, actual, delta)) { in assertNotEquals()
[all …]
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh104 echo $FUNCNAME $cpu: unexpected fail >&2
107 echo $FUNCNAME $cpu: unexpected offline >&2
117 echo $FUNCNAME $cpu: unexpected success >&2
120 echo $FUNCNAME $cpu: unexpected online >&2
130 echo $FUNCNAME $cpu: unexpected fail >&2
133 echo $FUNCNAME $cpu: unexpected offline >&2
143 echo $FUNCNAME $cpu: unexpected success >&2
146 echo $FUNCNAME $cpu: unexpected offline >&2
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh86 echo $FUNCNAME $memory: unexpected fail >&2
89 echo $FUNCNAME $memory: unexpected offline >&2
100 echo $FUNCNAME $memory: unexpected success >&2
103 echo $FUNCNAME $memory: unexpected online >&2
114 echo $FUNCNAME $memory: unexpected fail >&2
117 echo $FUNCNAME $memory: unexpected offline >&2
128 echo $FUNCNAME $memory: unexpected success >&2
131 echo $FUNCNAME $memory: unexpected offline >&2
/external/starlark-go/starlark/testdata/
Djson.star68 "json.decode: at offset 4, unexpected character 'f' after value")
72 decode_error("'abc'", "unexpected character '\\\\''")
75 decode_error("+1", "unexpected character '\\+'")
87 decode_error("0x123", "unexpected character 'x' after value")
89 decode_error('[1, 2 ', "unexpected end of file")
90 decode_error('[1, 2, ', "unexpected end of file")
91 decode_error('[1, 2, ]', "unexpected character ']'")
92 decode_error('[1, 2, }', "unexpected character '}'")
95 decode_error('{"one": 1', "unexpected end of file")
98 decode_error('{"one": 1,', "unexpected end of file")
[all …]
/external/python/cpython2/Lib/unittest/
Dutil.py31 unexpected = []
42 unexpected.append(a)
57 unexpected.extend(actual[j:])
59 return missing, unexpected
70 unexpected = []
87 unexpected.append(item)
93 return missing, unexpected
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt18 | For any unexpected problems, go into ERROR state.
24 | For any unexpected problems, go into DISCONNECTING state.
29 | For any unexpected problems, go into DISCONNECTING state.
33 | For any unexpected problems, go into DISCONNECTING state.
39 | For any unexpected problems, go into DISCONNECTING state.
43 | For any unexpected problems, go into DISCONNECTING state.
48 | For any unexpected problems, go into DISCONNECTING state.
/external/rust/crates/syn/src/
Dparse.rs264 unexpected: Cell<Option<Rc<Cell<Unexpected>>>>, field
387 unexpected: Rc<Cell<Unexpected>>, in new_parse_buffer()
394 unexpected: Cell::new(Some(unexpected)), in new_parse_buffer()
430 let mut unexpected = get_unexpected(buffer); in inner_unexpected() localVariable
432 match cell_clone(&unexpected) { in inner_unexpected()
433 Unexpected::None => return (unexpected, None), in inner_unexpected()
434 Unexpected::Some(span) => return (unexpected, Some(span)), in inner_unexpected()
435 Unexpected::Chain(next) => unexpected = next, in inner_unexpected()
441 cell_clone(&buffer.unexpected).unwrap() in get_unexpected()
449 if let Some(unexpected) = span_of_unexpected_ignoring_nones(inner) { in span_of_unexpected_ignoring_nones()
[all …]
/external/llvm-project/llvm/test/MC/COFF/
Dcv-fpo-errors.s12 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_proc' directive
24 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_stackalloc' directive
27 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_endprologue' directive
34 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_endproc' directive
45 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_data' directive
/external/guice/extensions/testlib/test/com/google/inject/testing/throwingproviders/
DCheckedProviderSubjectTest.java37 String unexpected = "Summer is unsafe"; in providedValue_gotUnexpected_expectFailure() local
38 CheckedProvider<String> provider = CheckedProviders.of(StringCheckedProvider.class, unexpected); in providedValue_gotUnexpected_expectFailure()
42 getReturningProviderName(unexpected), unexpected, expected); in providedValue_gotUnexpected_expectFailure()
76 Class<? extends Throwable> unexpected = UnsupportedOperationException.class; in thrownException_threwUnexpected_expectFailure() local
78 CheckedProviders.throwing(StringCheckedProvider.class, unexpected); in thrownException_threwUnexpected_expectFailure()
/external/llvm-project/llvm/test/FileCheck/
Dline-count.txt29 29 ERR2: line-count.txt:[[#@LINE-1]]:12: error: unexpected whitespace
32 32 ERR3: line-count.txt:[[#@LINE-1]]:17: error: unexpected whitespace
35 35 ERR4: line-count.txt:[[#@LINE-1]]:12: error: unexpected whitespace
38 38 ERR5: line-count.txt:[[#@LINE-1]]:17: error: unexpected whitespace
41 41 ERR6: line-count.txt:[[#@LINE-1]]:18: error: unexpected whitespace
44 44 ERR7: line-count.txt:[[#@LINE-1]]:19: error: unexpected whitespace
58 58 ERR11: line-count.txt:[[#@LINE-1]]:20: error: unexpected characters at end of expression 'x'
72 72 ERR13: line-count.txt:[[#@LINE-1]]:20: error: unexpected characters at end of expression 'xA'
/external/deqp-deps/glslang/Test/baseResults/
DbadChars.frag.out3 ERROR: 0:1: '#if' : unexpected tokens following directive
6 ERROR: 0:4: '#if' : unexpected tokens following directive
7 ERROR: 0:6: '�' : unexpected token
9 ERROR: 0:7: '' : syntax error, unexpected INT, expecting COMMA or SEMICOLON
/external/openssh/regress/
Dsftp-glob.sh12 unexpected=$4
32 if test "x$unexpected" != "x" && \
33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
34 fail "$unexpected present in $errtag results"
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_pub_tables_error_cases.s17 # ERR: error: name lookup table at offset 0x0 does not have a complete header: unexpected end of da…
26 # ERR: error: name lookup table at offset 0x5 does not have a complete header: unexpected end of da…
36 # ERR: error: name lookup table at offset 0xe does not have a complete header: unexpected end of da…
48 # ERR: error: name lookup table at offset 0x1b parsing failed: unexpected end of data at offset 0x2…
60 # ERR: error: name lookup table at offset 0x29 parsing failed: unexpected end of data at offset 0x3…
73 # ERR: error: name lookup table at offset 0x3a parsing failed: unexpected end of data at offset 0x4…
134 # ERR: error: name lookup table at offset 0x91 parsing failed: unexpected end of data at offset 0x9…
139 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of…
141 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of…
143 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of…
/external/rust/cxx/tests/ui/
Dinclude.stderr1 error: unexpected token
7 error: unexpected token
19 error: unexpected token in include path
/external/rust/crates/remain/src/
Dparse.rs54 None => return Err(unexpected()), in parse()
58 _ => return Err(unexpected()), in parse()
73 Err(unexpected()) in parse()
87 fn unexpected() -> Error { in unexpected() function

12345678910>>...30