Skip to content

Commit e45e770

Browse files
1c3t3arcvalle
authored andcommitted
Rename scudo test scenarios and fix all tests
1 parent 20063d8 commit e45e770

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

abort_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ function run_test {
3939
}
4040

4141
function run_crash_test {
42-
run_test crash $1 "$2"
42+
run_test scudo_test_crash $1 "$2"
4343
}
4444

4545
function run_macro_test {
46-
run_test macro "" "$1"
46+
run_test scudo_test_macro "" "$1"
4747
}
4848

4949
run_crash_test double_free "invalid chunk state"
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
error: Expect a valid value like '3.14' or 'true'
2-
--> tests/ui/no_ident_or_literal_fail.rs:18:1
2+
--> tests/ui/no_ident_or_literal_fail.rs:18:28
33
|
44
18 | #[set_scudo_options(name = foo)]
5-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6-
|
7-
= note: this error originates in the attribute macro `set_scudo_options` (in Nightly builds, run with -Z macro-backtrace for more info)
5+
| ^^^
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)