Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt

Issue 1947143003: DevTools: make throttler with timeout respect the timeout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests fixed Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt b/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt
index 993b79520bc65139384c3da504af4a258c1b3a8f..a85ec05f52984fe3ce85258af8a684e3128eb3d3 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt
@@ -5,7 +5,7 @@ Running: testSimpleSchedule
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'operation #1' asSoonAsPossible: false
SCHEDULED: 'operation #2' asSoonAsPossible: undefined
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989]
Process 'operation #2' STARTED.
Process 'operation #2' FINISHED.
@@ -30,7 +30,7 @@ Process 'operation #3' FINISHED.
Running: testSimpleScheduleDuringProcess
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'long operation' asSoonAsPossible: undefined
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989]
Process 'long operation' STARTED.
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'operation #1' asSoonAsPossible: false
@@ -43,7 +43,7 @@ Process 'operation #2' FINISHED.
Running: testAsSoonAsPossibleOverrideDuringProcess
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'long operation' asSoonAsPossible: undefined
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989]
Process 'long operation' STARTED.
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'operation #1' asSoonAsPossible: undefined
@@ -56,7 +56,7 @@ Process 'operation #2' FINISHED.
Running: testAlwaysExecuteLastScheduledDuringProcess
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'long operation' asSoonAsPossible: undefined
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989]
Process 'long operation' STARTED.
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'operation #0' asSoonAsPossible: true
@@ -71,7 +71,7 @@ Process 'operation #3' FINISHED.
Running: testScheduleFromProcess
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'operation #1' asSoonAsPossible: undefined
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989]
Process 'operation #1' STARTED.
SCHEDULED: 'operation #2' asSoonAsPossible: false
Process 'operation #1' FINISHED.

Powered by Google App Engine
This is Rietveld 408576698