disable jemalloc-ctl run-time tests on mips64el
This commit is contained in:
parent
ce78feb2c8
commit
996e5b3926
|
@ -64,6 +64,7 @@ macro_rules! r {
|
|||
|
||||
#[cfg(test)]
|
||||
#[test]
|
||||
#[cfg(not(target_arch = "mips64el"))]
|
||||
fn [<$id _read_test>]() {
|
||||
match stringify!($id) {
|
||||
"background_thread" |
|
||||
|
@ -103,6 +104,7 @@ macro_rules! w {
|
|||
|
||||
#[cfg(test)]
|
||||
#[test]
|
||||
#[cfg(not(target_arch = "mips64el"))]
|
||||
fn [<$id _write_test>]() {
|
||||
match stringify!($id) {
|
||||
"background_thread" |
|
||||
|
@ -142,6 +144,7 @@ macro_rules! u {
|
|||
|
||||
#[cfg(test)]
|
||||
#[test]
|
||||
#[cfg(not(target_arch = "mips64el"))]
|
||||
fn [<$id _update_test>]() {
|
||||
match stringify!($id) {
|
||||
"background_thread" |
|
||||
|
|
Loading…
Reference in New Issue