servo/tests
Simon Sapin 959ce482dd Stop relying on linking details of std’s default allocator
We’ve been bitten before by symbol names changing:
https://github.com/servo/heapsize/pull/46
and upstream is planning to stop using jemalloc by default:
https://github.com/rust-lang/rust/issues/33082#issuecomment-309781465

So use the (relatively) new `#[global_allocator]` attribute
to explicitly select the system allocator on Windows
and jemalloc (now in an external crate) on other platforms.
This choice matches current defaults.
2017-10-19 09:52:50 +02:00
..
compiletest Overhaul MallocSizeOf and related things. 2017-09-12 12:37:51 +10:00
dromaeo
heartbeats
html Implement CanvasRenderingContext2d.fillText's "unimplemented" message 2017-08-23 17:34:55 +01:00
jquery
power
unit Stop relying on linking details of std’s default allocator 2017-10-19 09:52:50 +02:00
wpt style: Add some more tests for disallowed rootMargin values. 2017-10-17 14:43:00 +02:00