Skip to content

Commit 5b27f5e

Browse files
authored
Unrolled build for rust-lang#128990
Rollup merge of rust-lang#128990 - saethlin:freebsd-debuginfo-tests, r=compiler-errors Re-enable more debuginfo tests on freebsd These ignores are _ancient_, we don't run freebsd tests in CI, and even if we did they'd probably pass because the test suite passes with the latest gdb release on Linux.
2 parents 569d7e3 + c6815c0 commit 5b27f5e

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

tests/debuginfo/pretty-huge-vec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ ignore-windows failing on win32 bot
2-
//@ ignore-freebsd: gdb package too new
32
//@ ignore-android: FIXME(#10381)
43
//@ compile-flags:-g
54
//@ min-gdb-version: 8.1

tests/debuginfo/pretty-std-collections.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ ignore-windows failing on win32 bot
2-
//@ ignore-freebsd: gdb package too new
32
//@ ignore-android: FIXME(#10381)
43
//@ ignore-windows-gnu: #128981
54
//@ compile-flags:-g

tests/debuginfo/pretty-std.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// ignore-tidy-linelength
2-
//@ ignore-freebsd: gdb package too new
32
//@ ignore-windows-gnu: #128981
43
//@ ignore-android: FIXME(#10381)
54
//@ compile-flags:-g

tests/debuginfo/pretty-uninitialized-vec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ ignore-windows failing on win32 bot
2-
//@ ignore-freebsd: gdb package too new
32
//@ ignore-android: FIXME(#10381)
43
//@ compile-flags:-g
54
//@ min-gdb-version: 8.1

0 commit comments

Comments
 (0)