disable jemalloc-ctl run-time tests on mips64el

This commit is contained in:
gnzlbg 2018-11-09 12:37:51 +01:00 committed by gnzlbg
parent ce78feb2c8
commit 996e5b3926
1 changed files with 3 additions and 0 deletions

View File

@ -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" |