diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-08-16 19:58:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 19:58:57 +0200 |
| commit | 19d32e4e236ff6eaf71ac4e3a927e5f90ecd2a26 (patch) | |
| tree | 73322becf66664071580719f1c026dddadc1e819 /tests | |
| parent | a73bc4a131d94eba633c4c572a28e0bf94a67530 (diff) | |
| parent | c6815c04cb0761f6568168affd5f7b34398194f2 (diff) | |
| download | rust-19d32e4e236ff6eaf71ac4e3a927e5f90ecd2a26.tar.gz rust-19d32e4e236ff6eaf71ac4e3a927e5f90ecd2a26.zip | |
Rollup merge of #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.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/debuginfo/pretty-huge-vec.rs | 1 | ||||
| -rw-r--r-- | tests/debuginfo/pretty-std-collections.rs | 1 | ||||
| -rw-r--r-- | tests/debuginfo/pretty-std.rs | 1 | ||||
| -rw-r--r-- | tests/debuginfo/pretty-uninitialized-vec.rs | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/debuginfo/pretty-huge-vec.rs b/tests/debuginfo/pretty-huge-vec.rs index f4b5345b66d..dcf3521175d 100644 --- a/tests/debuginfo/pretty-huge-vec.rs +++ b/tests/debuginfo/pretty-huge-vec.rs @@ -1,5 +1,4 @@ //@ ignore-windows failing on win32 bot -//@ ignore-freebsd: gdb package too new //@ ignore-android: FIXME(#10381) //@ compile-flags:-g //@ min-gdb-version: 8.1 diff --git a/tests/debuginfo/pretty-std-collections.rs b/tests/debuginfo/pretty-std-collections.rs index 7f518a886d7..3d5a30d19a9 100644 --- a/tests/debuginfo/pretty-std-collections.rs +++ b/tests/debuginfo/pretty-std-collections.rs @@ -1,5 +1,4 @@ //@ ignore-windows failing on win32 bot -//@ ignore-freebsd: gdb package too new //@ ignore-android: FIXME(#10381) //@ ignore-windows-gnu: #128981 //@ compile-flags:-g diff --git a/tests/debuginfo/pretty-std.rs b/tests/debuginfo/pretty-std.rs index cb5c825bb72..933be977234 100644 --- a/tests/debuginfo/pretty-std.rs +++ b/tests/debuginfo/pretty-std.rs @@ -1,5 +1,4 @@ // ignore-tidy-linelength -//@ ignore-freebsd: gdb package too new //@ ignore-windows-gnu: #128981 //@ ignore-android: FIXME(#10381) //@ compile-flags:-g diff --git a/tests/debuginfo/pretty-uninitialized-vec.rs b/tests/debuginfo/pretty-uninitialized-vec.rs index 225b4a6d534..5206ff23fd5 100644 --- a/tests/debuginfo/pretty-uninitialized-vec.rs +++ b/tests/debuginfo/pretty-uninitialized-vec.rs @@ -1,5 +1,4 @@ //@ ignore-windows failing on win32 bot -//@ ignore-freebsd: gdb package too new //@ ignore-android: FIXME(#10381) //@ compile-flags:-g //@ min-gdb-version: 8.1 |
