Searched
refs:should (Results
251 -
275 of
2961) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tlsopt1_32.s | 2 # this section should not be optimised since we have old-style
|
tlsopt2.s | 2 # this section should not be optimised since we have old-style
|
tlsopt2_32.s | 2 # this section should not be optimised since we have old-style
|
tlsopt3.s | 7 # this section should also not be optimised
|
tlsopt3_32.s | 7 # this section should also not be optimised
|
/prebuilts/go/darwin-x86/src/go/doc/testdata/ |
e.go | 13 // t1.M should not appear as method in a Tx type. 18 // t2.M should not appear as method in a Tx type. 35 // T2.M should appear as method of T2. 55 // T3.M should appear as method of T3. 74 // T4.M should appear as method of T5 only if AllMethods is set. 88 // U1.M should appear as method of U1. 95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set. 102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set. 109 // U4.M should appear as method of U4. 143 // V4.M should appear as method of V2 and V3 if AllMethods is set [all...] |
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
e.go | 13 // t1.M should not appear as method in a Tx type. 18 // t2.M should not appear as method in a Tx type. 35 // T2.M should appear as method of T2. 55 // T3.M should appear as method of T3. 74 // T4.M should appear as method of T5 only if AllMethods is set. 88 // U1.M should appear as method of U1. 95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set. 102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set. 109 // U4.M should appear as method of U4. 143 // V4.M should appear as method of V2 and V3 if AllMethods is set [all...] |
/external/clang/test/Modules/Inputs/Module.framework/Headers/ |
Module.h | 3 // FIXME: The "umbrella header" warning should be moved to a separate test. 12 # error Module should have been built without -DFOO
|
/external/clang/test/Preprocessor/ |
warning_tests.c | 3 #error Should have __has_warning 9 // expected-warning@+2 {{Should have -Wparentheses}} 11 #warning Should have -Wparentheses 32 // following should not expand: 41 // But deferring should expand: 45 #error Expansion should have occurred
|
feature_tests.c | 4 #error Should have __has_feature 19 #error Clang should have these 23 #error Clang should not have this 39 // macros), so the following should not expand: 48 // But deferring should expand: 54 #error Expansion should have occurred
|
/external/clang/test/SemaCXX/ |
libstdcxx_is_pod_hack.cpp | 47 # error __is_pod should still be available.
|
/prebuilts/go/darwin-x86/src/cmd/vet/testdata/ |
method.go | 17 func (t *MethodTest) Scan(x fmt.ScanState, c byte) { // ERROR "should have signature Scan" 21 ReadByte() byte // ERROR "should have signature ReadByte"
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue4313.go | 15 case c <- x: // should see x = 0, not x = 42 (after makec) 16 case <-makec(&x): // should be evaluated only after c and x on previous line
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
method.go | 17 func (t *MethodTest) Scan(x fmt.ScanState, c byte) { // ERROR "should have signature Scan" 21 ReadByte() byte // ERROR "should have signature ReadByte"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4313.go | 15 case c <- x: // should see x = 0, not x = 42 (after makec) 16 case <-makec(&x): // should be evaluated only after c and x on previous line
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
string-1.s | 2 ; FIXME: This should be a generic test. Note that this will
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
badoffsetlow.s | 1 ; Offset less than #-32786 should cause an error since the offset is
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
unwind-1.s | 11 @ Section with no unwinding information. Linker should insert a cantunwind entry.
|
unwind-2.s | 15 @ last text section has unwind information. Linker should append a
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
dlsection-1.s | 3 ! Datalabel reference to symbol in section .text2 should
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
unwind-2.s | 19 # last text section has unwind information. Linker should append a
|
/prebuilts/go/darwin-x86/test/ |
nilptr.go | 61 println(p[256<<20]) // very likely to be inside dummy, but should panic 71 println(p[uintptr(unsafe.Pointer(&xb))]) // should panic 77 var x []byte = p[0:] // should panic 87 *y = q[0:] // should crash (uses arraytoslice runtime routine) 97 fb(p[0:]) // should crash 103 var _ []byte = p[10 : len(p)-10] // should crash 120 println(f().i) // should crash 125 println((*x).i) // should crash 131 println(&t.i) // should crash 137 println(t.i) // should cras [all...] |
/prebuilts/go/linux-x86/test/ |
nilptr.go | 61 println(p[256<<20]) // very likely to be inside dummy, but should panic 71 println(p[uintptr(unsafe.Pointer(&xb))]) // should panic 77 var x []byte = p[0:] // should panic 87 *y = q[0:] // should crash (uses arraytoslice runtime routine) 97 fb(p[0:]) // should crash 103 var _ []byte = p[10 : len(p)-10] // should crash 120 println(f().i) // should crash 125 println((*x).i) // should crash 131 println(&t.i) // should crash 137 println(t.i) // should cras [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
crange1.s | 13 ! The .text section has only SHmedia contents, and should not get a 35 ! This section has SHmedia code followed by data. There should be two 37 ! section change. It should not matter. 49 ! This section mixes SHcompact and SHmedia code. There should be two 74 ! should be three or four .cranges descriptors, depending on whether one
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
scopes.rb | 186 proc { parser.b( false ) }.should raise_error( ANTLR3::RecognitionError ) 206 symbols.should have( 2 ).things 207 symbols.should include 'i' 208 symbols.should include 'j' 222 proc { parser.c }.should raise_error RuntimeError, 'x' 241 symbols.should have( 2 ).things 242 symbols.should include 'i' 243 symbols.should include 'j' 252 parser.e.should == 12 261 parser.f.should == ni [all...] |
Completed in 4763 milliseconds
<<11121314151617181920>>