* gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
authorJoseph Myers <joseph@codesourcery.com>
Tue, 1 Nov 2011 16:21:55 +0000 (16:21 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 1 Nov 2011 16:21:55 +0000 (16:21 +0000)
well as Cygwin.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp

index e5d811480bcfd03c818d262763273596d6b08224..8f275c66ff3c5e9ab305dbbe1fca9f101bbdb790 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
+       well as Cygwin.
+
 2011-10-06  Justin Lebar <justin.lebar@gmail.com>
 
        Add tests for skip command.
index 2bd259362d1989fedb4aa456727ab6708ccd8d53..befcdba52d25148b219aa908227a2cf66dd23922 100644 (file)
@@ -431,9 +431,10 @@ gdb_test_multiple "maint info sections CODE" "maint info sections CODE" {
 # Test for new option: DATA section flag
 # If your text section is tagged DATA, xfail this test.
 #
-# The "maint info sections DATA" test is marked for XFAIL on Cygwin,
+# The "maint info sections DATA" test is marked for XFAIL on Windows,
 # because Windows has text sections marked DATA.
 setup_xfail "*-*-*cygwin*"
+setup_xfail "*-*-*mingw*"
 
 gdb_test_multiple "maint info sections DATA" "maint info sections DATA" {
     -re ".* $text_section .*$gdb_prompt $" { fail "maint info sections DATA" }
This page took 0.037452 seconds and 4 git commands to generate.