diff options
author | Tom de Vries <tdevries@suse.de> | 2021-09-30 19:07:48 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2021-09-30 19:07:48 +0200 |
commit | 243c0950e2ce716ed41a950ac0b523c1aef3d1b5 (patch) | |
tree | 8ba116d9882e023823c7502eba6d1db21403f1d4 | |
parent | 50f9e7d8538a74cb7cf73ffa7e1d4c295b2b40ba (diff) | |
download | gdb-243c0950e2ce716ed41a950ac0b523c1aef3d1b5.zip gdb-243c0950e2ce716ed41a950ac0b523c1aef3d1b5.tar.gz gdb-243c0950e2ce716ed41a950ac0b523c1aef3d1b5.tar.bz2 |
[gdb/testsuite] Remove redundant FAIL in gdb.base/info-os.exp
When running test-case gdb.base/info-os.exp with target board unix/-bad, I run
into:
...
gdb compile failed, gcc: error: unrecognized command line option '-bad'
UNTESTED: gdb.base/info-os.exp: failed to prepare
FAIL: gdb.base/info-os.exp: cannot compile test program
...
Remove the redundant FAIL.
Tested on x86_64-linux.
-rw-r--r-- | gdb/testsuite/gdb.base/info-os.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/info-os.exp b/gdb/testsuite/gdb.base/info-os.exp index 14bbbd9..c33b476 100644 --- a/gdb/testsuite/gdb.base/info-os.exp +++ b/gdb/testsuite/gdb.base/info-os.exp @@ -29,7 +29,6 @@ if [gdb_skip_xml_test] then { # Compile test program. if { [prepare_for_testing "failed to prepare" $testfile $srcfile {debug pthreads}] } { - fail "cannot compile test program" return -1 } |