disable ptr2str test on mips64el
This commit is contained in:
parent
bc8e37cb69
commit
fd6f565209
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue