Searched refs:check (Results 1 - 25 of 1521) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/tests/util/sh/
H A Dt_fsplit.sh41 check() function
63 check 'for f in $x; do echo x${f}y; done' ''
75 check 'set ${x-a b c}; echo $#' 3
76 check 'for i in ${x-a b c}; do echo "z${i}z"; done' 'zaz zbz zcz'
77 check 'for i in ${x-"a b" c}; do echo "z${i}z"; done' 'za bz zcz'
78 check 'for i in ${x-"a ${x-b c}" d}; do echo "z${i}z"; done' 'za b cz zdz'
79 check 'for i in ${x-"a ${x-"b c"}" d}; do echo "z${i}z"; done' 'za b cz zdz'
80 check 'for i in ${x-a ${x-"b c"} d}; do echo "z${i}z"; done' 'zaz zb cz zdz'
81 check 'for i in ${x-a ${x-b c} d}; do echo "z${i}z"; done' 'zaz zbz zcz zdz'
93 check 'IF
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20000223-1.c8 void check (char const *type, int align) function
19 #define check(t) check(QUOTE(t), __alignof__(t)) macro
44 check (void);
45 check (char);
46 check (signed short);
47 check (unsigned short);
48 check (signed int);
49 check (unsigned int);
50 check (signe
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20000223-1.c8 void check (char const *type, int align) function
19 #define check(t) check(QUOTE(t), __alignof__(t)) macro
44 check (void);
45 check (char);
46 check (signed short);
47 check (unsigned short);
48 check (signed int);
49 check (unsigned int);
50 check (signe
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Darm_fix_v4bx.sh28 check() function
42 check arm_fix_v4bx.stdout ".*00: .* mov pc, r0"
43 check arm_fix_v4bx.stdout ".*04: .* mov pc, pc"
46 check arm_fix_v4bx_interworking.stdout ".*00: .* b .*00 <.*>"
47 check arm_fix_v4bx_interworking.stdout ".*04: .* mov pc, pc"
48 check arm_fix_v4bx_interworking.stdout ".*00: .* tst r0, #1"
49 check arm_fix_v4bx_interworking.stdout ".*04: .* moveq pc, r0"
50 check arm_fix_v4bx_interworking.stdout ".*08: .* bx r0"
53 check arm_no_fix_v4bx.stdout ".*00: .* bx r0"
54 check arm_no_fix_v4b
[all...]
H A Dexclude_libs_test.sh27 # the resulting executable and check that symbols from two test library
30 check() function
50 check "exclude_libs_test.syms" "lib1_default" "HIDDEN"
51 check "exclude_libs_test.syms" "lib1_protected" "HIDDEN"
52 check "exclude_libs_test.syms" "lib1_internal" "INTERNAL"
53 check "exclude_libs_test.syms" "lib1_hidden" "HIDDEN"
54 check "exclude_libs_test.syms" "lib2_default" "DEFAULT"
55 check "exclude_libs_test.syms" "lib2_protected" "PROTECTED"
56 check "exclude_libs_test.syms" "lib2_internal" "INTERNAL"
57 check "exclude_libs_tes
[all...]
H A Dplugin_test_1.sh29 check() function
42 check plugin_test_1.err "API version:"
43 check plugin_test_1.err "gold version:"
44 check plugin_test_1.err "option: _Z4f13iv"
45 check plugin_test_1.err "two_file_test_main.o: claim file hook called"
46 check plugin_test_1.err "two_file_test_1.syms: claim file hook called"
47 check plugin_test_1.err "two_file_test_1b.syms: claim file hook called"
48 check plugin_test_1.err "two_file_test_2.syms: claim file hook called"
49 check plugin_test_1.err "two_file_test_1.syms: _Z4f13iv: PREVAILING_DEF_IRONLY"
50 check plugin_test_
[all...]
H A Dplugin_test_3.sh29 check() function
42 check plugin_test_3.err "API version:"
43 check plugin_test_3.err "gold version:"
44 check plugin_test_3.err "option: _Z4f13iv"
45 check plugin_test_3.err "two_file_test_main.o: claim file hook called"
46 check plugin_test_3.err "two_file_test_1.syms: claim file hook called"
47 check plugin_test_3.err "two_file_test_1b.syms: claim file hook called"
48 check plugin_test_3.err "two_file_test_2.syms: claim file hook called"
49 check plugin_test_3.err "two_file_test_1.syms: _Z4f13iv: PREVAILING_DEF_REG"
50 check plugin_test_
[all...]
H A Dver_test_4.sh25 check() function
38 check ver_test_4.syms "t1_2@@VER2"
39 check ver_test_4.syms "t2_2@VER1"
40 check ver_test_4.syms "t2_2@@VER2"
41 check ver_test_4.syms "GLOBAL.*ABS.*VER1"
42 check ver_test_4.syms "GLOBAL.*ABS.*VER2"
H A Darm_branch_out_of_range.sh28 # and linked to check that branches whose target are just out of the branch
31 check() function
45 check arm_bl_out_of_range.stdout \
47 check arm_bl_out_of_range.stdout \
49 check arm_bl_out_of_range.stdout \
51 check arm_bl_out_of_range.stdout \
53 check arm_bl_out_of_range.stdout \
55 check arm_bl_out_of_range.stdout \
58 check thumb_bl_out_of_range.stdout \
60 check thumb_bl_out_of_rang
[all...]
H A Ddynamic_list.sh27 check() function
40 check dynamic_list.stdout "main" # comes via --dynamic-list
41 check dynamic_list.stdout "_ZdlPv" # "operator delete(void*)"
42 check dynamic_list.stdout "_Z4t1_6v" # t1_6()
43 check dynamic_list.stdout "_ZN4t16aC2Ev" # t16a:t16a()
44 check dynamic_list.stdout "_ZN4t16aD1Ev" # t16a:~t16a()
45 check dynamic_list.stdout "_ZN4t16a1tEv" # t16a:t()
46 check dynamic_list.stdout "_ZTI4t16a" # typeinfo for t16a
47 check dynamic_list.stdout "_ZTI4t16b" # typeinfo for t16b
48 check dynamic_lis
[all...]
H A Dver_test_10.sh28 check() function
41 check ver_test_10.syms "GLOBAL.*t3_2"
42 check ver_test_10.syms "LOCAL.*t4_2"
H A Dver_test_5.sh28 check() function
41 check ver_test_5.syms "t3_2@@VER5"
42 check ver_test_5.syms "t2_2@VER2"
H A Dver_test_7.sh28 check() function
41 check ver_test_7.syms "t2_2@@VER2"
42 check ver_test_7.syms "t2_2@VER1"
H A Dgc_comdat_test.sh30 check() function
40 check gc_comdat_test.stdout "foo()"
41 check gc_comdat_test.stdout "bar()"
42 check gc_comdat_test.stdout "int GetMax<int>(int, int)"
H A Dplugin_test_4.sh29 check() function
42 check plugin_test_4.err "API version:"
43 check plugin_test_4.err "gold version:"
44 check plugin_test_4.err "option: _Z4f13iv"
45 check plugin_test_4.err "two_file_test_main.o: claim file hook called"
46 check plugin_test_4.err "plugin_test_4.a: claim file hook called"
47 check plugin_test_4.err "plugin_test_4.a: claiming file"
48 check plugin_test_4.err "plugin_test_4.a: _Z4f13iv: PREVAILING_DEF_IRONLY"
49 check plugin_test_4.err "plugin_test_4.a: _Z2t2v: PREVAILING_DEF_REG"
50 check plugin_test_
[all...]
H A Dplugin_test_6.sh29 check() function
42 check plugin_test_6.err "API version:"
43 check plugin_test_6.err "gold version:"
44 check plugin_test_6.err "plugin_common_test_1.syms: claim file hook called"
45 check plugin_test_6.err "plugin_common_test_2.syms: claim file hook called"
46 check plugin_test_6.err "plugin_common_test_1.syms: c1: PREVAILING_DEF_IRONLY"
47 check plugin_test_6.err "plugin_common_test_1.syms: c2: PREVAILING_DEF_IRONLY"
48 check plugin_test_6.err "plugin_common_test_1.syms: c3: RESOLVED_IR"
49 check plugin_test_6.err "plugin_common_test_1.syms: c4: RESOLVED_IR"
50 check plugin_test_
[all...]
H A Dscript_test_6.sh28 check() function
41 check script_test_6.stdout "\\.text[ ]*PROGBITS[ ]*0*10001000"
42 check script_test_6.stdout "\\.data[ ]*PROGBITS[ ]*0*10200000"
43 check script_test_6.stdout "\\.bss[ ]*NOBITS[ ]*0*10400000"
H A Dscript_test_7.sh28 check() function
41 check script_test_7.stdout "\\.interp[ ]*PROGBITS[ ]*0*10000100"
42 check script_test_7.stdout "\\.data[ ]*PROGBITS[ ]*0*10200000"
43 check script_test_7.stdout "\\.bss[ ]*NOBITS[ ]*0*10400..."
H A Dscript_test_8.sh29 check() function
42 check script_test_8.stdout "\\.interp[ ]*PROGBITS[ ]*0*20001000"
43 check script_test_8.stdout "\\.data[ ]*PROGBITS[ ]*0*20200000"
44 check script_test_8.stdout "\\.bss[ ]*NOBITS[ ]*0*2040...."
H A Dscript_test_10.sh25 check() function
38 check script_test_10.stdout ".*\[ 1\] .text"
39 check script_test_10.stdout ".*\[ 2\] .sec0"
40 check script_test_10.stdout ".*\[ 3\] .sec1"
41 check script_test_10.stdout ".*\[ 4\] .sec2"
42 check script_test_10.stdout ".*\[ 5\] .secz"
43 check script_test_10.stdout ".*\[ 6\] .sec3"
44 check script_test_10.stdout ".*\[ 7\] .data"
45 check script_test_10.stdout ".*\[ 8\] .bss"
H A Darm_cortex_a8.sh28 check() function
42 check arm_cortex_a8_b.stdout ".*ffe: .* b.w .*000 <.*>"
43 check arm_cortex_a8_b.stdout ".000: .* b.w .*100 <_func>"
46 check arm_cortex_a8_b_cond.stdout ".*ffe: .* b.w .*000 <.*>"
47 check arm_cortex_a8_b_cond.stdout ".000: .* beq.n .*006 <.*>"
48 check arm_cortex_a8_b_cond.stdout ".002: .* b.w .*002 <.*>"
49 check arm_cortex_a8_b_cond.stdout ".006: .* b.w .*100 <_func>"
52 check arm_cortex_a8_bl.stdout ".*ffe: .* bl .*000 <.*>"
53 check arm_cortex_a8_bl.stdout ".000: .* b.w .*100 <_func>"
56 check arm_cortex_a8_bl
[all...]
H A Darm_branch_in_range.sh27 # thumb_bl_in_range.s that are assembled and linked to check that branches
30 check() function
44 check arm_bl_in_range.stdout \
46 check arm_bl_in_range.stdout \
48 check thumb_bl_in_range.stdout \
50 check thumb_bl_in_range.stdout \
52 check thumb2_bl_in_range.stdout \
54 check thumb2_bl_in_range.stdout \
56 check thumb_blx_in_range.stdout \
58 check thumb_blx_in_rang
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/macros/
H A Dand.s3 .macro check
9 check
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vmx/
H A D1b-01.c7 check(sizeof(a) == 16, "sizeof(a)");
8 check(((long)&a & 15) == 0, "alignof(a)");
9 check((long)&a != 0, "&a");
10 check(vec_all_eq(a,((vector unsigned char){0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0})), "value(a)");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/vmx/
H A D1b-01.c7 check(sizeof(a) == 16, "sizeof(a)");
8 check(((int)&a & 15) == 0, "alignof(a)");
9 check((int)&a != 0, "&a");
10 check(vec_all_eq(a,((vector unsigned char){0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0})), "value(a)");

Completed in 104 milliseconds

1234567891011>>