Closed
Description
As part of running make check
on servo, tests in rust-geom are failing. This is what I get:
: ./geom-test
running 9 tests
test length::tests::test_length ... ok
test matrix::test_ortho ... ok
test rect::test_contains ... ok
test rect::test_intersection ... ok
test rect::test_min_max ... ok
test rect::test_union ... ok
test rect::test_translate ... ok
test scale_factor::tests::test_scale_factor ... ok
Illegal instruction
It appears that the failing test is side_offsets::test_is_zero
.
Since this seems to have something to do with the inline assembly in is_zero
, you probably want something about my processor information? I'm not sure exactly what you need. My OS is 64-bit Arch Linux.