[Webkit-unassigned] [Bug 139518] New: inspector-protocol/debugger/didSampleProbe-multiple-probes.html fails when repeated
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 10 17:56:48 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139518
Bug ID: 139518
Summary: inspector-protocol/debugger/didSampleProbe-multiple-pr
obes.html fails when repeated
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Keywords: DoNotImportToRadar
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: joepeck at webkit.org
CC: burg at cs.washington.edu, graouts at webkit.org,
joepeck at webkit.org, timothy at apple.com,
webkit-bug-importer at group.apple.com
* SUMMARY
This test fails when run multiple times, the sample ids seem to increase (5-8) instead of (1-4).
* STEPS TO REPRODUCE
shell> run-webkit-tests inspector-protocol/debugger/didSampleProbe-multiple-probes.html --repeat-each 2
* DIFF
Received probe sample payload: {"type":"number","value":12,"description":"12"}
PASS: Samples from different probe actions should have unique action identifiers.
PASS: Samples from probe actions on the same breakpoint should have the same batch identifiers.
-PASS: SampleIds from a any probe are sequential and start counting from one.
+FAIL: SampleIds from a any probe are sequential and start counting from one.
+Sample 1: {"probeId":1,"batchId":3,"sampleId":5,"payload":{"type":"number","value":12,"description":"12"}}
+Sample 2: {"probeId":2,"batchId":3,"sampleId":6,"payload":{"type":"number","value":12,"description":"12"}}
+Sample 3: {"probeId":1,"batchId":4,"sampleId":7,"payload":{"type":"number","value":12,"description":"12"}}
+Sample 4: {"probeId":2,"batchId":4,"sampleId":8,"payload":{"type":"number","value":12,"description":"12"}}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141211/472a159b/attachment-0002.html>
More information about the webkit-unassigned
mailing list