Searched refs:test (Results 476 - 500 of 4013) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dia64-sigill.exp34 set test "info addr label"
35 gdb_test_multiple $test $test {
38 pass $test
44 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
H A Dtsx.exp37 # record the test
44 "\[0-9\]*\t\\? 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\txbegin\[^\\\r\\\n\]*" \
45 "\[0-9\]*\t\\? 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\tmov\[^\\\r\\\n\]*" \
46 "\[0-9\]*\t 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\txend\[^\\\r\\\n\]*" \
50 "\[0-9\]*\t\\? 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\txbegin\[^\\\r\\\n\]*" \
51 "\[0-9\]*\t 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\tmov\[^\\\r\\\n\]*" \
52 "\[0-9\]*\t 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\tret\[^\\\r\\\n\]*" \
56 "\[0-9\]*\t\\? 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\txbegin\[^\\\r\\\n\]*" \
57 "\[0-9\]*\t\\? 0x\[0-9a-f\]+ <test\\+\[0-9\]+>:\tmov\[^\\\r\\\n\]*" \
58 "\[0-9\]*\t 0x\[0-9a-f\]+ <test\\
[all...]
/netbsd-current/tests/lib/libbluetooth/
H A Dt_sdp_get.c58 sdp_data_t test = { data, data + sizeof(data) }; local
63 * the next data element, advancing test if successful
65 ATF_REQUIRE(sdp_get_data(&test, &value));
69 ATF_REQUIRE(sdp_get_data(&test, &value));
73 ATF_REQUIRE(sdp_get_data(&test, &value));
79 ATF_REQUIRE(sdp_get_data(&test, &value));
83 ATF_CHECK_EQ(test.next, test.end);
105 sdp_data_t test = { data, data + sizeof(data) }; local
111 * and advances test i
152 sdp_data_t test = { data, data + sizeof(data) }; local
215 sdp_data_t test = { data, data + sizeof(data) }; local
278 sdp_data_t test = { data, data + sizeof(data) }; local
388 sdp_data_t test = { data, data + sizeof(data) }; local
475 sdp_data_t test = { data, data + sizeof(data) }; local
515 sdp_data_t test = { data, data + sizeof(data) }; local
558 sdp_data_t test = { data, data + sizeof(data) }; local
603 sdp_data_t test = { data, data + sizeof(data) }; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dpending.exp143 set test "start trace experiment"
144 gdb_test_multiple "tstart" $test {
146 pass $test
152 pass "$test (too far)"
156 fail $test
167 gdb_test "tfind start" "#0 .*" "tfind test frame 0"
169 "tfind test frame 1"
171 "tfind test frame 2"
174 "tfind test frame"
215 set test "continu
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dpending.exp142 set test "start trace experiment"
143 gdb_test_multiple "tstart" $test {
145 pass $test
151 pass "$test (too far)"
155 fail $test
166 gdb_test "tfind start" "#0 .*" "tfind test frame 0"
168 "tfind test frame 1"
170 "tfind test frame 2"
173 "tfind test frame"
213 set test "continu
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Dsample.s7 .macro test nm:req, args:vararg
14 test beq,1b
15 test bne,1b
16 test bgtu,1b
17 test bgteu,1b
18 test blteu,1b
19 test bltu,1b
20 test bgt,1b
21 test bgte,1b
22 test bl
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dcmactest.c34 } test[3] = { variable in typeref:struct:test_st
41 "My test data",
52 "My test data",
63 "My test data again",
79 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len))
83 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len))
85 || !TEST_true(CMAC_Init(ctx, test[0].key, test[
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcmactest.c40 } test[3] = { variable in typeref:struct:test_st
47 "My test data",
58 "My test data",
69 "My test data again",
85 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len))
89 || !TEST_false(CMAC_Update(ctx, test[0].data, test[0].data_len))
91 || !TEST_true(CMAC_Init(ctx, test[0].key, test[
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-breakpoint-changed.exp70 set test "change command"
73 pass $test
76 fail $test
79 fail "$test (timeout)"
86 set test "watch watch"
87 mi_gdb_test ${test} \
89 $test
90 set test "trace marker"
91 mi_gdb_test $test \
93 $test
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/docs/analyzer/checkers/
H A Dcallandmessage_example.c2 void test() { function
14 void test() { function
25 void test() { function
36 void test() {
48 void test() {
63 void test() { function
/netbsd-current/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_demangle.cc1 #include "test.h"
8 template <typename T> void test(const char* expected, int line) { function
39 test<int>("int", __LINE__);
40 test<char[4]>("char [4]", __LINE__);
41 test<char[]>("char []", __LINE__);
42 test<Templated<Templated<long, 7>, 8> >(
44 test<Templated<void(long), -1> >(
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dnew-ui.exp24 # Ensure no output has been sent. Use MESSAGE as test message.
65 set test "breakpoint hit reported on other console"
66 gdb_test_multiple "" $test {
68 pass $test
74 # The test proper.
93 set test "new-ui does not repeat"
95 gdb_test_multiple "" $test {
97 pass $test
114 set test "initial prompt on extra console"
115 gdb_test_multiple "" $test {
[all...]
H A Dnoreturn-return.exp33 set test "cancel return from noreturn_func"
34 gdb_test_multiple "return" $test {
44 pass $test
H A Dnoreturn-finish.exp33 set test "cancel finish from noreturn_func"
34 gdb_test_multiple "finish" $test {
44 pass $test
H A Dstep-symless.exp22 set test "strip stub symbols"
28 fail $test
31 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dbaseenum.cc35 void test(E e);
38 void C::test(E e) function in class:C
59 void test (E e);
63 C::test (E e) function in class:N::C
74 c.test(A::X);
77 nc.test (N::A::X);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-var-zero-addr.exp17 # This test can only be run on targets which support DWARF-2 and use gas.
29 proc test { } {
35 test
43 test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
H A Dtui-layout.exp44 set test "layout command"
45 gdb_test_multiple "layout $layout" $test {
47 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb-python.exp31 # there's an error. TEST is the test message to use. It can be
32 # omitted, in which case a test message is built from EXP. This is
35 proc get_python_valueof { exp default {test ""} } {
38 if {$test == ""} {
39 set test "get python valueof \"${exp}\""
43 gdb_test_multiple "python print (\"valueof: %s\" % (${exp}))" "$test" {
46 pass "$test"
49 fail "$test (timeout)"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dbad-task-bp-keyword.exp39 set test "break *break_me'address TASK Task TaSK 2"
40 gdb_test_multiple "$test" $test {
42 pass $test
45 kfail gdb/14111 "$test"
H A Dpacked_array.exp45 set test "print u_var"
46 gdb_test_multiple "$test" "$test" {
48 pass $test
54 xfail $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dmips-fpregset-core.exp30 proc mips_fpregset_core_fetch_float_registers { test } {
37 if { [gdb_test_multiple "info registers float" $test {
70 fail $test
74 pass $test
109 set gcorefile [standard_output_file gcore.test]
124 set test "load core file"
126 set core_loaded [gdb_core_cmd $corefile $test]
129 unsupported $test
133 set test "core file FGR register contents"
135 [mips_fpregset_core_fetch_float_registers "retrieve $test"]
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.unittest/
H A Dunittest.exp44 foreach test $tests {
46 dg-test $test "" $test_flags
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
H A Dtui-layout.exp43 set test "layout command"
44 gdb_test_multiple "layout $layout" $test {
46 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-symless.exp22 set test "strip stub symbols"
28 fail $test
31 pass $test

Completed in 731 milliseconds

<<11121314151617181920>>