/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
byte.l | 2 [^:]*:1: Error: unexpected `"' in expression 3 [^:]*:2: Error: unexpected `"' in expression
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
084-unbalanced-parentheses.c.expected | 1 0:2(8): preprocessor error: syntax error, unexpected $end
|
102-garbage-after-endif.c.expected | 1 0:2(8): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
|
103-garbage-after-else-0.c.expected | 1 0:2(7): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
|
123-garbage-after-else-1.c.expected | 1 0:2(7): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
|
/external/libxml2/result/HTML/ |
reg4.html.err | 1 ./test/HTML/reg4.html:10: HTML parser error : Unexpected end tag : p
|
/external/jemalloc/test/unit/ |
pages.c | 10 assert_ptr_not_null(pages, "Unexpected pages_map() error"); 13 "Unexpected pages_huge() result"); 15 "Unexpected pages_nohuge() result");
|
fork.c | 14 assert_ptr_not_null(p, "Unexpected malloc() failure"); 21 assert_ptr_not_null(p, "Unexpected malloc() failure"); 26 test_fail("Unexpected fork() failure"); 36 test_fail("Unexpected waitpid() failure"); 38 test_fail("Unexpected child termination due to " 45 "Unexpected child exit value %d",
|
a0.c | 8 assert_ptr_not_null(p, "Unexpected a0malloc() error");
|
prof_gdump.c | 17 assert_d_ne(fd, -1, "Unexpected open() failure"); 33 "Unexpected mallctl failure while activating profiling"); 39 assert_ptr_not_null(p, "Unexpected mallocx() failure"); 44 assert_ptr_not_null(q, "Unexpected mallocx() failure"); 51 "Unexpected mallctl failure while disabling prof.gdump"); 55 assert_ptr_not_null(q, "Unexpected mallocx() failure"); 56 assert_false(did_prof_dump_open, "Unexpected profile dump"); 62 "Unexpected mallctl failure while enabling prof.gdump"); 66 assert_ptr_not_null(q, "Unexpected mallocx() failure");
|
ticker.c | 14 "Unexpected ticker value (i=%d, j=%d)", i, j); 16 "Unexpected ticker fire (i=%d, j=%d)", i, j); 36 assert_u_eq(ticker_read(&ticker), NTICKS, "Unexpected ticker value"); 37 assert_false(ticker_ticks(&ticker, NTICKS), "Unexpected ticker fire"); 38 assert_u_eq(ticker_read(&ticker), 0, "Unexpected ticker value"); 40 assert_u_eq(ticker_read(&ticker), NTICKS, "Unexpected ticker value"); 43 assert_u_eq(ticker_read(&ticker), NTICKS, "Unexpected ticker value"); 55 assert_u_eq(ticker_read(&tb), NTICKS, "Unexpected ticker value"); 57 assert_u_eq(ticker_read(&tb), NTICKS, "Unexpected ticker value"); 61 assert_u_eq(ticker_read(&tb), NTICKS - 1, "Unexpected ticker value") [all...] |
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/ |
MockWindow.java | 42 throw new UnsupportedOperationException("Unexpected method call on mock"); 47 throw new UnsupportedOperationException("Unexpected method call on mock"); 52 throw new UnsupportedOperationException("Unexpected method call on mock"); 57 throw new UnsupportedOperationException("Unexpected method call on mock"); 62 throw new UnsupportedOperationException("Unexpected method call on mock"); 67 throw new UnsupportedOperationException("Unexpected method call on mock"); 72 throw new UnsupportedOperationException("Unexpected method call on mock"); 77 throw new UnsupportedOperationException("Unexpected method call on mock"); 83 throw new UnsupportedOperationException("Unexpected method call on mock"); 88 throw new UnsupportedOperationException("Unexpected method call on mock") [all...] |
/external/clang/test/Parser/ |
extra-semi.cpp | 6 void test1(int a;) { // expected-error{{unexpected ';' before ')'}} 7 while (a > 5;) {} // expected-error{{unexpected ';' before ')'}} 8 for (int c = 0; c < 21; ++c;) {} // expected-error{{unexpected ';' before ')'}} 9 int d = int(3 + 4;); // expected-error{{unexpected ';' before ')'}} 10 int e[5;]; // expected-error{{unexpected ';' before ']'}} 11 e[a+1;] = 4; // expected-error{{unexpected ';' before ']'}} 12 int f[] = {1,2,3;}; // expected-error{{unexpected ';' before '}'}}
|
colon-colon-parentheses.cpp | 7 int S::(a); // expected-error{{unexpected parenthesis after '::'}} 8 int S::(b; // expected-error{{unexpected parenthesis after '::'}} 10 int S::(*d); // expected-error{{unexpected parenthesis after '::'}} 11 int S::(*e; // expected-error{{unexpected parenthesis after '::'}} 13 int g = S::(a); // expected-error{{unexpected parenthesis after '::'}} 14 int h = S::(b; // expected-error{{unexpected parenthesis after '::'}} 19 a = ::(g); // expected-error{{unexpected parenthesis after '::'}} 20 a = ::(h; // expected-error{{unexpected parenthesis after '::'}}
|
/external/jemalloc/test/integration/ |
xallocx.c | 20 0), 0, "Unexpected mallctl failure creating arena"); 32 assert_ptr_not_null(p, "Unexpected mallocx() error"); 36 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); 48 assert_ptr_not_null(p, "Unexpected mallocx() error"); 52 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); 64 assert_ptr_not_null(p, "Unexpected mallocx() error"); 68 assert_zu_eq(tsz, sz, "Unexpected size change: %zu --> %zu", sz, tsz); 82 "Unexpected mallctl(\"%s\", ...) failure", cmd); 118 0, "Unexpected mallctlnametomib(\"%s\", ...) failure", cmd); 122 0, "Unexpected mallctlbymib([\"%s\", %zu], ...) failure", cmd, ind) [all...] |
/external/llvm/test/MC/Mips/ |
set-at-noat-bad-syntax.s | 5 # 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
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore4Test.java | 70 fail("unexpected exception: " + e); 86 fail("unexpected exception: " + e); 96 fail("unexpected exception: " + e); 98 fail("unexpected exception: " + e); 107 fail("unexpected exception: " + e); 114 fail("unexpected exception: " + e); 116 fail("unexpected exception: " + e); 125 fail("unexpected exception: " + e); 127 fail("unexpected exception: " + e); 138 fail("unexpected exception: " + e) [all...] |
/prebuilts/go/darwin-x86/test/syntax/ |
chan.go | 11 } // ERROR "unexpected .*}.* in channel type|missing channel element type" 13 func Foo(y chan) { // ERROR "unexpected .*\).* in channel type|missing channel element type" 16 func Bar(x chan, y int) { // ERROR "unexpected comma in channel type|missing channel element type"
|
semi7.go | 11 else { } // ERROR "unexpected semicolon or newline before .?else.?|unexpected else"
|
vareq1.go | 9 var x map[string]string{"a":"b"} // ERROR "unexpected { at end of statement|unexpected { after top level declaration|expected ';' or newline after top level declaration"
|
/prebuilts/go/linux-x86/test/syntax/ |
chan.go | 11 } // ERROR "unexpected .*}.* in channel type|missing channel element type" 13 func Foo(y chan) { // ERROR "unexpected .*\).* in channel type|missing channel element type" 16 func Bar(x chan, y int) { // ERROR "unexpected comma in channel type|missing channel element type"
|
semi7.go | 11 else { } // ERROR "unexpected semicolon or newline before .?else.?|unexpected else"
|
/art/test/473-remove-dead-block/ |
info.txt | 3 CFG remains in an unexpected shape causing further crash of compiler.
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
LongSamplingCounterArrayTest.java | 88 assertArrayEquals(COUNTS, mCounterArray.mCounts, "Unexpected counts"); 89 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); 90 assertArrayEquals(COUNTS, mCounterArray.mPluggedCounts, "Unexpected pluggedCounts"); 92 "Unexpected unpluggedCounts"); 106 assertArrayEquals(COUNTS, mCounterArray.mCounts, "Unexpected counts"); 107 assertArrayEquals(COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts"); 108 assertArrayEquals(COUNTS, mCounterArray.mPluggedCounts, "Unexpected pluggedCounts"); 109 assertArrayEquals(COUNTS, mCounterArray.mUnpluggedCounts, "Unexpected unpluggedCounts"); 117 assertArrayEquals(COUNTS, mCounterArray.mCounts, "Unexpected counts"); 118 assertArrayEquals(LOADED_COUNTS, mCounterArray.mLoadedCounts, "Unexpected loadedCounts") [all...] |
/frameworks/compile/slang/tests/F_foreach_unexpected_allocs/ |
stderr.txt.expect | 1 foreach_unexpected_allocs.rs:10:3: error: Number of input and output allocations unexpected for kernel function foo 2 foreach_unexpected_allocs.rs:11:3: error: Number of input and output allocations unexpected for kernel function foo
|