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 {
use super::*;
#[test]
#[cfg(not(target_arch = "mips64el"))] // FIXME: SIGFPE
fn test_ptr2str() {
unsafe {
//{ // This is undefined behavior: