disable ptr2str test on mips64el

This commit is contained in:
gnzlbg 2018-11-09 11:43:54 +01:00 committed by gnzlbg
parent bc8e37cb69
commit fd6f565209
1 changed files with 1 additions and 0 deletions

View File

@ -389,6 +389,7 @@ union MaybeUninit<T: Copy> {
mod tests { mod tests {
use super::*; use super::*;
#[test] #[test]
#[cfg(not(target_arch = "mips64el"))] // FIXME: SIGFPE
fn test_ptr2str() { fn test_ptr2str() {
unsafe { unsafe {
//{ // This is undefined behavior: //{ // This is undefined behavior: