Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 CONSOLE WARNING: 'console.timeline' is deprecated. Please use 'console.time' ins tead. | |
|
dgozman
2016/04/08 18:18:45
Let's add a test which shows "the method was remov
kozy
2016/04/08 23:56:50
Done.
| |
| 2 CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEn d' instead. | |
| 3 Tests console.timeline and timelineEnd commands. | |
| 4 | |
| 5 | |
| 6 Running: testStartStopTimeline | |
| 7 timestamp 0 | |
| 8 Timeline 'one' | |
| 9 timestamp 1 | |
| 10 Timeline 'one' | |
| 11 timestamp 2 | |
| 12 | |
| 13 Running: testStartStopMultiple | |
| 14 error: Event Timeline 'one' has already been started | |
| 15 error: Event Timeline 'two' has already been started | |
| 16 timestamp 0 | |
| 17 Timeline 'one' | |
| 18 timestamp 1 | |
| 19 Timeline 'one' | |
| 20 Timeline 'two' | |
| 21 Timeline 'two' | |
| 22 Timeline 'two' | |
| 23 timestamp 2 | |
| 24 Timeline 'one' | |
| 25 timestamp 3 | |
| 26 Timeline 'two' | |
| 27 timestamp 4 | |
| 28 Timeline 'one' | |
| 29 timestamp 5 | |
| 30 | |
| 31 Running: testStartMultipleStopInsideEvals | |
| 32 timestamp 0 | |
| 33 Timeline 'one' | |
| 34 timestamp 1 | |
| 35 Timeline 'two' | |
| 36 timestamp 2 | |
| 37 timestamp 3 | |
| 38 Timeline 'two' | |
| 39 timestamp 4 | |
| 40 timestamp 5 | |
| 41 Timeline 'one' | |
| 42 timestamp 6 - FAIL | |
| 43 | |
| 44 Running: testStopUnknown | |
| 45 timestamp 0 | |
| 46 Timeline 'one' | |
| 47 timestamp 1 | |
| 48 Timeline 'two' | |
| 49 timestamp 2 | |
| 50 Timeline 'one' | |
| 51 timestamp 3 | |
| 52 | |
| 53 Running: testStartFromPanel | |
| 54 timestamp 0 | |
| 55 Timeline 'one' | |
| 56 timestamp 1 | |
| 57 Timeline 'one' | |
| 58 timestamp 2 | |
| 59 | |
| 60 Running: testStopFromPanel | |
| 61 timestamp 0 | |
| 62 Timeline 'one' | |
| 63 timestamp 1 | |
| 64 Timeline 'two' | |
| 65 timestamp 2 | |
| 66 | |
| OLD | NEW |