Skip to content

Commit

Permalink
Add sysdeps/ to filter list.
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Dec 23, 2022
1 parent df648b4 commit c5b2f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/stacktrace_constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ pub const STACK_FRAME_FILEPATH_IGNORE_REGEXES: &[&str] = &[
r".*/bindings/ToV8\.h",
r".*/crosstool/",
r".*/gcc/",
r".*sysdeps/",
r".*/glibc\-",
r".*/jemalloc/",
r".*/libc\+\+",
Expand Down
2 changes: 1 addition & 1 deletion tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,7 @@ fn test_casr_afl() {
.parse::<u32>()
.unwrap();

assert!(clusters_cnt >= 19, "Invalid number of clusters");
assert_eq!(clusters_cnt, 20, "Invalid number of clusters");

let _ = fs::remove_file("/tmp/load_sydr");
let _ = fs::remove_file("/tmp/load_afl");
Expand Down

0 comments on commit c5b2f85

Please sign in to comment.