test/debug-info: Add/remove ignore-win32 flags

Fixes #10474
This commit is contained in:
klutzy 2014-04-03 12:18:58 +09:00 committed by Alex Crichton
parent 74ae36ccf2
commit 35ed58c1e6
13 changed files with 14 additions and 7 deletions

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g
@ -44,7 +45,9 @@
// check:type = f64
// debugger:continue
#[allow(unused_variable)];
#![allow(unused_variable)]
#![allow(dead_code)]
static B: bool = false;
static I: int = -1;

View File

@ -14,6 +14,7 @@
// about UTF-32 character encoding and will print a rust char as only
// its numerical value.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -14,6 +14,7 @@
// about UTF-32 character encoding and will print a rust char as only
// its numerical value.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g
@ -70,7 +71,8 @@
// debugger:print 'c-style-enum::MANUAL_THREE'
// check:$18 = OneMillion
#[allow(unused_variable)];
#![allow(unused_variable)]
#![allow(dead_code)]
enum AutoDiscriminant {
One,

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32: FIXME #10474
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-win32: FIXME #13256
// ignore-android: FIXME(#10381)
// compile-flags:-g