]> git.lizzy.rs Git - rust.git/commitdiff
Ignore two gdb tests on windows that are failing on the bots
authorBrian Anderson <banderson@mozilla.com>
Fri, 19 Sep 2014 01:35:41 +0000 (18:35 -0700)
committerBrian Anderson <banderson@mozilla.com>
Fri, 19 Sep 2014 01:35:41 +0000 (18:35 -0700)
src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs
src/test/debuginfo/gdb-pretty-struct-and-enums.rs

index e9daf31be2cd2515be84fc1dc5a655d45bbe3d02..7afa156bb27488562b9be6c03557346c94506789 100644 (file)
@@ -12,6 +12,7 @@
 // older versions of GDB too. A more extensive test can be found in
 // gdb-pretty-struct-and-enums.rs
 
+// ignore-windows failing on win32 bot
 // ignore-tidy-linelength
 // ignore-lldb
 // ignore-android: FIXME(#10381)
index 5ef63da71af8cf2ce2a894466824d6d1835d6132..f20ef4c2bce46934b31f8064d1378df6f364e9c5 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-windows failing on win32 bot
 // ignore-tidy-linelength
 // ignore-lldb
 // ignore-android: FIXME(#10381)