}
if {![runto_main]} {
- return 0
+ return
}
if {[supports_process_record]} {
if {[prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \
$options]} {
- return -1
+ return
}
run_tests
}
-re " Illegal instruction.*\r\n$gdb_prompt $" {
untested i386-sse-reverse
- return -1
+ return
}
}
}
-re " Illegal instruction.*\r\n$gdb_prompt $" {
untested i386-ssse3-reverse
- return -1
+ return
}
}
}
-re " Illegal instruction.*\r\n$gdb_prompt $" {
untested i386-sse4-reverse
- return -1
+ return
}
}
}
if { ![runto_main] } {
- return 0
+ return
}
#confirm that GDB doesn't go crazy if recording isn't enabled
}
if {![runto_main]} {
- return 0
+ return
}
if {[supports_process_record]} {
}
-wrap -re "Process record does not support instruction 0xfae64 at.*" {
kfail "gdb/25038" $gdb_test_name
- return -1
+ return
}
}
foreach sig [lrange $signals 1 end] {
test_one_sig $sig
if { $record_instruction_kfail } {
- return -1
+ return
}
}
}
${testfile}.c {debug optimize=-O2} \
${testfile}-nodebug.c {optimize=-O2} \
] == -1 } {
- return -1
+ return
}
} else {
require is_x86_64_m64_target
if { [build_executable ${testfile}.exp ${testfile} \
[list ${srcfile} ${srcfile2}] {}] == -1 } {
- return -1
+ return
}
}
}
-wrap -re "Process record does not support instruction 0xfae64 at.*" {
kfail "gdb/25038" $gdb_test_name
- return -1
+ return
}
}
}
-wrap -re "Process record does not support instruction 0xfae64 at.*" {
kfail "gdb/25038" $gdb_test_name
- return -1
+ return
}
}
}
-wrap -re "Process record does not support instruction 0xfae64 at.*" {
kfail "gdb/25038" $gdb_test_name
- return -1
+ return
}
}
}
}
-wrap -re "Process record does not support instruction 0xfae64 at.*" {
kfail "gdb/25038" $gdb_test_name
- return -1
+ return
}
}