[Webkit-unassigned] [Bug 128979] [Win] Some failures in inspector-protocol tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 14:32:59 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128979





--- Comment #4 from Brent Fulgham <bfulgham at webkit.org>  2014-02-18 14:30:11 PST ---
1. Failure for inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html:

It just looks like a difference in the order of operations.

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local-expected.txt 
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local-actual.txt 
@@ -7,8 +7,8 @@
 Breakpoint set in breakpointBasic()
 Hit Breakpoint!
 Evaluating in DFG frame at frame[1]: 'x = 20000;'
-Resumed from breakpoint
 inside breakpointBasic
 PASS: result is 20003
+Resumed from breakpoint
 Test complete

2. Failure for inspector-protocol/debugger/setBreakpoint-dfg.html:

Again, it just looks like a difference in the order of operations.

--- /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/inspector-protocol/debugger/setBreakpoint-dfg-expected.txt 
+++ /cygdrive/c/Projects/WebKit/OpenSource/WebKitBuild/Release/bin32/layout-test-results/inspector-protocol/debugger/setBreakpoint-dfg-actual.txt 
@@ -13,6 +13,6 @@
 dfgWithoutInline result: 502500
 Hit Breakpoint 2!
 Removed Breakpoint 2!
+dfgWithInline result: 504500
 PASS
-dfgWithInline result: 504500

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list