Skip to content

Commit

Permalink
debuginfo: Ignore optimized enum tests for GDB versions that can't ha…
Browse files Browse the repository at this point in the history
…ndle them.
  • Loading branch information
michaelwoerister committed Jan 13, 2017
1 parent 62e11ad commit f437598
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/debuginfo/borrowed-enum.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/generic-struct-style-enum.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/generic-tuple-style-enum.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/packed-struct.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/recursive-struct.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/struct-in-enum.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/struct-style-enum.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/tuple-style-enum.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/union-smoke.rs
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

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

// compile-flags:-g

Expand Down
1 change: 1 addition & 0 deletions src/test/debuginfo/unique-enum.rs
Expand Up @@ -10,6 +10,7 @@

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

// compile-flags:-g

Expand Down

0 comments on commit f437598

Please sign in to comment.