Skip to content

Commit

Permalink
Disable hanging LD_PRELOAD tests (#214)
Browse files Browse the repository at this point in the history
Should later be fixed in #208
  • Loading branch information
SweetVishnya authored Mar 17, 2024
1 parent 848f4a0 commit 43e75f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions casr/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4369,6 +4369,7 @@ fn test_casr_python_atheris() {
}

#[test]
#[ignore]
#[cfg(target_arch = "x86_64")]
fn test_casr_san_python_df() {
// Double free python C extension test
Expand Down Expand Up @@ -4476,6 +4477,7 @@ fn test_casr_san_python_df() {
}

#[test]
#[ignore]
#[cfg(target_arch = "x86_64")]
fn test_casr_san_atheris_df() {
// Double free python C extension test
Expand Down Expand Up @@ -4587,6 +4589,7 @@ fn test_casr_san_atheris_df() {
}

#[test]
#[ignore]
#[cfg(target_arch = "x86_64")]
fn test_casr_python_call_san_df() {
// Double free python C extension test
Expand Down Expand Up @@ -4956,6 +4959,7 @@ fn test_casr_js_jazzer() {
}

#[test]
#[ignore]
#[cfg(target_arch = "x86_64")]
fn test_casr_js_native() {
// JS C extension test
Expand Down Expand Up @@ -5091,6 +5095,7 @@ fn test_casr_js_native() {
}

#[test]
#[ignore]
#[cfg(target_arch = "x86_64")]
fn test_casr_js_native_jsfuzz() {
// JS jsfuzz C extension test
Expand Down Expand Up @@ -5226,6 +5231,7 @@ fn test_casr_js_native_jsfuzz() {
}

#[test]
#[ignore]
#[cfg(target_arch = "x86_64")]
fn test_casr_js_native_jazzer() {
// JS jsfuzz C extension test
Expand Down

0 comments on commit 43e75f2

Please sign in to comment.