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

Unified Diff: LayoutTests/inspector/throttler-expected.txt

Issue 319143002: DevTools: introduce WebInspector.Throttler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address @vsevik's nit Created 6 years, 6 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
« no previous file with comments | « LayoutTests/inspector/throttler.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/throttler-expected.txt
diff --git a/LayoutTests/inspector/throttler-expected.txt b/LayoutTests/inspector/throttler-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..07af27c0dec461be0e8286c4da3e3ce99d5eb189
--- /dev/null
+++ b/LayoutTests/inspector/throttler-expected.txt
@@ -0,0 +1,81 @@
+This test verifies throttler behavior.
+
+
+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: [1989]
+Process 'operation #2' STARTED.
+Process 'operation #2' FINISHED.
+
+Running: testAsSoonAsPossibleOverrideTimeout
+Throttler is in IDLE state (doesn't have any timers set up)
+SCHEDULED: 'operation #1' asSoonAsPossible: undefined
+SCHEDULED: 'operation #2' asSoonAsPossible: true
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Process 'operation #2' STARTED.
+Process 'operation #2' FINISHED.
+
+Running: testAlwaysExecuteLastScheduled
+Throttler is in IDLE state (doesn't have any timers set up)
+SCHEDULED: 'operation #0' asSoonAsPossible: true
+SCHEDULED: 'operation #1' asSoonAsPossible: false
+SCHEDULED: 'operation #2' asSoonAsPossible: true
+SCHEDULED: 'operation #3' asSoonAsPossible: false
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Process 'operation #3' STARTED.
+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: [1989]
+Process 'long operation' STARTED.
+Throttler is in IDLE state (doesn't have any timers set up)
+SCHEDULED: 'operation #1' asSoonAsPossible: false
+SCHEDULED: 'operation #2' asSoonAsPossible: undefined
+Process 'long operation' FINISHED.
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989]
+Process 'operation #2' STARTED.
+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: [1989]
+Process 'long operation' STARTED.
+Throttler is in IDLE state (doesn't have any timers set up)
+SCHEDULED: 'operation #1' asSoonAsPossible: undefined
+SCHEDULED: 'operation #2' asSoonAsPossible: true
+Process 'long operation' FINISHED.
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Process 'operation #2' STARTED.
+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: [1989]
+Process 'long operation' STARTED.
+Throttler is in IDLE state (doesn't have any timers set up)
+SCHEDULED: 'operation #0' asSoonAsPossible: true
+SCHEDULED: 'operation #1' asSoonAsPossible: false
+SCHEDULED: 'operation #2' asSoonAsPossible: true
+SCHEDULED: 'operation #3' asSoonAsPossible: false
+Process 'long operation' FINISHED.
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Process 'operation #3' STARTED.
+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: [1989]
+Process 'operation #1' STARTED.
+SCHEDULED: 'operation #2' asSoonAsPossible: false
+Process 'operation #1' FINISHED.
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1989]
+Process 'operation #2' STARTED.
+Process 'operation #2' FINISHED.
+
« no previous file with comments | « LayoutTests/inspector/throttler.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698