Skip to content

Commit 63bb2bb

Browse files
committed
Update tests
1 parent 74545c6 commit 63bb2bb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

tests/run-make/bin-emit-no-symbols/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ fn main() {
1414
let out = llvm_readobj().input("app.o").arg("--symbols").run();
1515
out.assert_stdout_contains("rust_begin_unwind");
1616
out.assert_stdout_contains("rust_eh_personality");
17-
out.assert_stdout_contains("__rg_oom");
17+
out.assert_stdout_contains("__rust_alloc_error_handler");
1818
}

tests/ui/sanitizer/dataflow-abilist.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,6 @@ fun:__dfso_*=uninstrumented
490490
fun:__dfso_*=discard
491491

492492
# Rust functions.
493-
fun:__rdl_alloc=uninstrumented
494-
fun:__rdl_alloc_zeroed=uninstrumented
495-
fun:__rdl_dealloc=uninstrumented
496-
fun:__rdl_realloc=uninstrumented
497-
fun:__rg_oom=uninstrumented
498493
fun:__rust_alloc=uninstrumented
499494
fun:__rust_alloc_error_handler=uninstrumented
500495
fun:__rust_alloc_zeroed=uninstrumented

0 commit comments

Comments
 (0)