v8/test/inspector/runtime/console-time-end-format-expected.txt
Alexey Kozyatinskiy c97d869dff [inspector] align console.time(undefined) and console.time() with spec
R=dgozman@chromium.org

Bug: chromium:696798
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
Change-Id: Ida60ee5fb3e3e42d15bf6d4bad84dfcfb521b74f
Reviewed-on: https://chromium-review.googlesource.com/722073
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48617}
2017-10-17 00:09:26 +00:00

38 lines
526 B
Plaintext

Checks format of console.timeEnd output
Running test: zero
js: 0ms
timeEnd: 0ms
Running test: verySmall
js: 1e-15ms
timeEnd: 1e-15ms
Running test: small
js: 0.001ms
timeEnd: 0.001ms
Running test: regular
js: 1.2345ms
timeEnd: 1.2345ms
Running test: big
js: 10000.2345ms
timeEnd: 10000.2345ms
Running test: veryBig
js: 1000000000000000.2ms
timeEnd: 1000000000000000.2ms
Running test: huge
js: 1e+42ms
timeEnd: 1e+42ms
Running test: undefinedAsLabel
js: 1ms
default: 1ms
Running test: emptyAsLabel
js: 1ms
default: 1ms