Skip to content

Commit 290fb0f

Browse files
committed
Add missing dependency and rename UI tests
1 parent 7578768 commit 290fb0f

File tree

3 files changed

+167
-17
lines changed

3 files changed

+167
-17
lines changed

Cargo.lock

Lines changed: 152 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ gccjit = "2.2"
2929
#gccjit = { path = "../gccjit.rs" }
3030

3131
[dev-dependencies]
32-
lang_tester = "0.8.0"
3332
boml = "0.3.1"
33+
lang_tester = "0.8.0"
34+
tempfile = "3.7.1"
3435

3536
[profile.dev]
3637
# By compiling dependencies with optimizations, performing tests gets much faster.

tests/failing-ui-tests.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@ tests/ui/consts/issue-94675.rs
7373
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop-fail.rs
7474
tests/ui/rfcs/rfc-2632-const-trait-impl/const-drop.rs
7575
tests/ui/runtime/on-broken-pipe/child-processes.rs
76-
tests/ui/sanitizer/cfi-assoc-ty-lifetime-issue-123053.rs
77-
tests/ui/sanitizer/cfi-async-closures.rs
78-
tests/ui/sanitizer/cfi-closures.rs
79-
tests/ui/sanitizer/cfi-complex-receiver.rs
80-
tests/ui/sanitizer/cfi-coroutine.rs
81-
tests/ui/sanitizer/cfi-drop-in-place.rs
82-
tests/ui/sanitizer/cfi-drop-no-principal.rs
83-
tests/ui/sanitizer/cfi-fn-ptr.rs
84-
tests/ui/sanitizer/cfi-self-ref.rs
85-
tests/ui/sanitizer/cfi-supertraits.rs
86-
tests/ui/sanitizer/cfi-virtual-auto.rs
76+
tests/ui/sanitizer/cfi/assoc-ty-lifetime-issue-123053.rs
77+
tests/ui/sanitizer/cfi/async-closures.rs
78+
tests/ui/sanitizer/cfi/closures.rs
79+
tests/ui/sanitizer/cfi/complex-receiver.rs
80+
tests/ui/sanitizer/cfi/coroutine.rs
81+
tests/ui/sanitizer/cfi/drop-in-place.rs
82+
tests/ui/sanitizer/cfi/drop-no-principal.rs
83+
tests/ui/sanitizer/cfi/fn-ptr.rs
84+
tests/ui/sanitizer/cfi/self-ref.rs
85+
tests/ui/sanitizer/cfi/supertraits.rs
86+
tests/ui/sanitizer/cfi/virtual-auto.rs
8787
tests/ui/sanitizer/kcfi-mangling.rs
8888
tests/ui/statics/const_generics.rs
8989
tests/ui/backtrace/dylib-dep.rs
@@ -120,5 +120,5 @@ tests/ui/codegen/equal-pointers-unequal/strict-provenance/print3.rs
120120
tests/ui/codegen/equal-pointers-unequal/strict-provenance/inline2.rs
121121
tests/ui/codegen/equal-pointers-unequal/strict-provenance/segfault.rs
122122
tests/ui/codegen/equal-pointers-unequal/strict-provenance/zero.rs
123-
tests/ui/sanitizer/cfi-sized-associated-ty.rs
124-
tests/ui/sanitizer/cfi-can-reveal-opaques.rs
123+
tests/ui/sanitizer/cfi/sized-associated-ty.rs
124+
tests/ui/sanitizer/cfi/can-reveal-opaques.rs

0 commit comments

Comments
 (0)