mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
Bug 1319203: Fix asm.js profiler test; r=me
This commit is contained in:
parent
fbe7807ab1
commit
3d5c7891a5
@ -1167,6 +1167,7 @@ ProfilingFrameIterator::label() const
|
||||
|
||||
// Use the same string for both time inside and under so that the two
|
||||
// entries will be coalesced by the profiler.
|
||||
// Must be kept in sync with /tools/profiler/tests/test_asm.js
|
||||
static const char* importJitDescription = "fast exit trampoline (in wasm)";
|
||||
static const char* importInterpDescription = "slow exit trampoline (in wasm)";
|
||||
static const char* builtinNativeDescription = "fast exit trampoline to native (in wasm)";
|
||||
|
@ -65,7 +65,7 @@ function run_test() {
|
||||
Assert.ok(i1 !== -1);
|
||||
var i2 = stack.indexOf("asmjs_function");
|
||||
Assert.ok(i2 !== -1);
|
||||
var i3 = stack.indexOf("FFI trampoline");
|
||||
var i3 = stack.indexOf("exit trampoline");
|
||||
Assert.ok(i3 !== -1);
|
||||
var i4 = stack.indexOf("ffi_function");
|
||||
Assert.ok(i4 !== -1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user