Commit d7af47f6 by Andrew Macleod

[multiple changes]

2012-02-08  Andrew MacLeod  <amacleod@redhat.com>

	* gcc.dg/simulate-thread/simulate-thread.exp: Use only -O0 and -O3.
	* gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every 
	machine instuction in the log.

2012-02-08  Jack Howarth <howarth@bromo.med.uc.edu>

	* lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
	  to 20 seconds.

From-SVN: r184025
parent d2b480bc
2012-02-08 Andrew MacLeod <amacleod@redhat.com>
* gcc.dg/simulate-thread/simulate-thread.exp: Use -O0, -O2, and -O3.
* gcc.dg/simulate-thread/simulate-thread.gdb: Don't display every
machine instuction in the log.
2012-02-08 Jack Howarth <howarth@bromo.med.uc.edu>
* lib/gcc-simulate-thread.exp (simulate-thread): Increase timeout
to 20 seconds.
2012-02-08 Magnus Granberg <zorry@gentoo.org>
PR driver/48524
......
......@@ -24,10 +24,8 @@ dg-init
torture-init
set-torture-options [list \
{ -O0 -g } \
{ -O1 -g } \
{ -O2 -g } \
{ -O3 -g } \
{ -Os -g } ]
{ -O3 -g } ]
if [gdb-exists] {
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] ""
......
set height 0
break simulate_thread_main
disp/i $pc
# disp/i $pc
run
set $ret = 0
......
......@@ -56,8 +56,8 @@ proc simulate-thread { args } {
set gdb_worked 0
# Set timeout to 10 seconds due to huge amount of generated log.
remote_expect target 10 {
# Set timeout to 20 seconds due to huge amount of generated log.
remote_expect target 20 {
# Too old GDB
-re "Unhandled dwarf expression|Error in sourced command file" {
unsupported "$testcase $message"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment