Skip to content

Commit

Permalink
ignore more gdb versions with buggy rust support
Browse files Browse the repository at this point in the history
  • Loading branch information
TimNN committed Feb 4, 2017
1 parent 7df5c0f commit 112a5a0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/test/debuginfo/borrowed-enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/generic-struct-style-enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/generic-tuple-style-enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/packed-struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/recursive-struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// ignore-lldb
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/struct-in-enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/struct-style-enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/tuple-style-enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/union-smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down
2 changes: 1 addition & 1 deletion src/test/debuginfo/unique-enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// ignore-tidy-linelength
// min-lldb-version: 310
// ignore-gdb-version: 7.11.90 - 7.12
// ignore-gdb-version: 7.11.90 - 7.12.9

// compile-flags:-g

Expand Down

0 comments on commit 112a5a0

Please sign in to comment.