Searched refs:test (Results 301 - 325 of 4013) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dilp32.exp34 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
35 if { [runtest_file_p $runtests $test] } {
36 run_dump_test [file rootname $test]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/lns/
H A Dilp32.exp34 foreach test [lsort [glob -nocomplain $srcdir/$subdir/*.d]] {
35 if { [runtest_file_p $runtests $test] } {
36 run_dump_test [file rootname $test]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Damd64-i386-address.exp19 # On native 32-bit host the test always PASSed.
23 verbose "Skipping amd64->i386 address test."
33 set test "trap stop"
34 gdb_test_multiple "" $test {
36 pass $test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Ddyn_loc.exp35 set test "info locals"
36 gdb_test_multiple "$test" "$test" {
38 pass $test
44 xfail $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak-unload-file.exp25 # Run the test proper. INITIAL_LOAD determines whether the program is
70 set test "$break_command foo"
71 gdb_test_multiple "$break_command foo" $test {
73 unsupported $test
77 unsupported $test
81 unsupported $test
85 pass $test
97 set test "file"
98 gdb_test_multiple "file" $test {
108 pass $test
[all...]
H A Dmaint-expand-symbols-header-file.exp32 set test "verify no symtabs are expanded"
34 unsupported $test
37 gdb_test_no_output "maint info symtabs" $test
H A Dcorefile.exp33 # mmapped data in core file" test.
152 # Somehow we better test the ability to read the registers out of the core
162 set test "accessing mmapped data in core file"
163 gdb_test_multiple "x/8bd buf2" "$test" {
165 pass "$test"
168 fail "$test (mapping failed at runtime)"
171 fail "$test (mapping address not found in core file)"
175 set test "accessing read-only mmapped data in core file"
176 gdb_test_multiple "x/8bd buf2ro" "$test" {
178 pass "$test"
[all...]
H A Dquit.exp21 # Regression test for PR gdb/20604.
27 set test "quit with expression"
28 gdb_test_multiple "quit 22+1" $test {
32 gdb_assert {[lindex $result 2] == 0 && [lindex $result 3] == 23} $test
H A Dnoreturn-return.exp32 set test "cancel return from noreturn_func"
33 gdb_test_multiple "return" $test {
43 pass $test
H A Dnoreturn-finish.exp32 set test "cancel finish from noreturn_func"
33 gdb_test_multiple "finish" $test {
43 pass $test
H A Drelocate.exp16 # relocate.exp -- Expect script to test loading symbols from unrelocated
42 set test "add-symbol-file positionless -readnow"
43 gdb_test_multiple "add-symbol-file -readnow $binfile 0x100 -s .bss 0x3" $test {
45 gdb_test "n" "Not confirmed\." $test
50 set test "add-symbol-file positionless -s"
51 gdb_test_multiple "add-symbol-file -s .bss 0x3 -readnow $binfile 0x100" $test {
53 gdb_test "n" "Not confirmed\." $test
56 set test "add-symbol-file positionless -s, no -readnow"
57 gdb_test_multiple "add-symbol-file $binfile 0x100 -s .bss 0x3" $test {
59 gdb_test "n" "Not confirmed\." $test
[all...]
H A Drelativedebug.exp34 set test "info sharedlibrary"
35 gdb_test_multiple $test $test {
37 # Skip the test below if libc doesn't have debug info.
H A Dhw-sw-break-same-address.exp25 set test hbreak
26 set srcfile ${test}.c
27 if { [prepare_for_testing "failed to prepare" ${test} ${srcfile}] } {
60 # Now the opposite: test inserting a sw breakpoint first, then a hw
H A Dwatchpoint-hw-hit-once.exp20 set test watchpoint-hw-hit-once
21 set srcfile ${test}.c
22 if { [prepare_for_testing "failed to prepare" ${test} ${srcfile}] } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-i386-address.exp19 # On native 32-bit host the test always PASSed.
23 verbose "Skipping amd64->i386 address test."
33 set test "trap stop"
34 gdb_test_multiple "" $test {
36 pass $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Ddyn_loc.exp35 set test "info locals"
36 gdb_test_multiple "$test" "$test" {
38 pass $test
44 xfail $test
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dstatic-method.exp25 # Return to the top of the test function every time.
55 set test "info addr A::func()"
56 gdb_test_multiple $test $test {
58 pass $test
62 fail $test
78 foreach test $methods {
81 regsub -all [string_to_regexp "${ans}::"] $test "" expected
86 if {[string compare $test "xxx::${ans}::A::func"] == 0
90 gdb_test "list ${srcfile}:$test"
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-break-qualified.exp18 # The goal is not to test GDB functionality, which is done by other
43 set test "--qualified func"
44 lappend bps [mi_create_breakpoint $test $test \
49 set test "--qualified NS::func"
50 lappend bps [mi_create_breakpoint $test $test \
55 set test "--qualified foo::func"
56 lappend bps [mi_create_breakpoint $test $test \
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dinterrupt-while-step-over.exp16 # Regression test for PR gdb/18360. Test that "interrupt -a" while
56 # Comment out to debug problems with the test.
72 # and non-zero if some test fails.
80 set test "continue -a &"
81 return_if_nonzero [gdb_test_multiple $test $test {
87 if ![gdb_assert $saw_continuing $test] {
97 set test "all threads are running"
98 return_if_nonzero [gdb_test_multiple "info threads" $test {
104 if ![gdb_assert {$running_count == $NUM_THREADS} $test] {
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dinterrupt-while-step-over.exp16 # Regression test for PR gdb/18360. Test that "interrupt -a" while
55 # Comment out to debug problems with the test.
71 # and non-zero if some test fails.
79 set test "continue -a &"
80 return_if_nonzero [gdb_test_multiple $test $test {
86 if ![gdb_assert $saw_continuing $test] {
96 set test "all threads are running"
97 return_if_nonzero [gdb_test_multiple "info threads" $test {
103 if ![gdb_assert {$running_count == $NUM_THREADS} $test] {
[all...]
/netbsd-current/tests/lib/libbluetooth/
H A Dt_sdp_set.c53 sdp_data_t test = { data, data + sizeof(data) }; local
56 ATF_CHECK_EQ(sdp_data_type(&test), SDP_DATA_BOOL);
57 ATF_REQUIRE(sdp_set_bool(&test, true));
58 ATF_CHECK_EQ(test.next[1], 0x01);
59 ATF_REQUIRE(sdp_set_bool(&test, false));
60 ATF_CHECK_EQ(test.next[1], 0x00);
61 ATF_REQUIRE(sdp_get_data(&test, &discard));
63 ATF_CHECK_EQ(sdp_data_type(&test), SDP_DATA_NIL);
64 ATF_CHECK_EQ(sdp_set_bool(&test, true), false); /* not bool */
65 ATF_REQUIRE(sdp_get_data(&test,
97 sdp_data_t test = { data, data + sizeof(data) }; local
177 sdp_data_t test = { data, data + sizeof(data) }; local
250 sdp_data_t test = { data, data + sizeof(data) }; local
309 sdp_data_t test = { data, data + sizeof(data) }; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dworker.py23 """Copy data shared by all test executions into worker processes"""
35 def execute(test):
36 """Run one test in a multiprocessing.Pool
44 with _get_parallelism_semaphore(test):
45 result = _execute(test, _lit_config)
47 test.setResult(result)
48 return test
57 def _get_parallelism_semaphore(test):
58 pg = test.config.parallelism_group
60 pg = pg(test)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmsa-branch.s3 test: label
5 bz.b $w0, test
7 bz.b $w1, test
9 bz.b $w2, test
11 bz.b $w0, test
13 bz.b $w1, test
15 bz.b $w2, test
17 bz.b $w0, test
19 bz.b $w1, test
21 bz.b $w2, test
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dbuild_test.cpp114 // Internal test cases.
120 set_md_var("descr", "Tests the test case internal equal_argvs function");
164 for (struct c_o_test* test = c_o_tests; test->expargv[0] != NULL;
165 test++) {
166 std::cout << "> Test: " << test->msg << "\n";
168 verbose_set_env("ATF_BUILD_CC", test->cc);
169 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
170 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags);
174 atf::build::c_o(test
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dassert.c36 ber_pvt_assert( const char *file, int line, const char *test )
40 test, file, line);

Completed in 508 milliseconds

<<11121314151617181920>>