Bug 65078 - [Qt] inspector/debugger/pause-in-internal-script.html fails
Summary: [Qt] inspector/debugger/pause-in-internal-script.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Pavel Podivilov
URL:
Keywords: LayoutTestFailure, Qt, QtTriaged
Depends on:
Blocks: 64995
  Show dependency treegraph
 
Reported: 2011-07-24 08:34 PDT by Balazs Kelemen
Modified: 2011-07-25 09:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.03 KB, patch)
2011-07-25 08:51 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kelemen 2011-07-24 08:34:00 PDT
--- /ramdisk/qt-linux-release/build/layout-test-results/inspector/debugger/pause-in-internal-script-expected.txt 
+++ /ramdisk/qt-linux-release/build/layout-test-results/inspector/debugger/pause-in-internal-script-actual.txt 
@@ -8,8 +8,7 @@
 Script execution paused.
 Call stack:
     0)  (pause-in-internal-script.html:14)
-    1) forEach ((internal script):(line number))
-    2) testFunction (pause-in-internal-script.html:12)
+    1) testFunction (pause-in-internal-script.html:12)
 Script execution resumed.
 Script execution paused.
 Debugger was disabled.
Comment 1 Balazs Kelemen 2011-07-24 13:58:13 PDT
Turn the skipping into orwt style to make all of our platforms happy: http://trac.webkit.org/changeset/91650 We should really switch to NRWT!
Comment 2 Csaba Osztrogonác 2011-07-25 06:13:21 PDT
This is a new test introduced in http://trac.webkit.org/changeset/91568.
Comment 3 Csaba Osztrogonác 2011-07-25 06:14:14 PDT
Pavel, Yury, have you got any idea why this new test fails on Qt?
Comment 4 Pavel Podivilov 2011-07-25 08:51:13 PDT
Created attachment 101873 [details]
Patch
Comment 5 Pavel Podivilov 2011-07-25 08:52:32 PDT
(In reply to comment #3)
> Pavel, Yury, have you got any idea why this new test fails on Qt?

Expectations were wrong, sorry.
Comment 6 Pavel Podivilov 2011-07-25 09:58:05 PDT
Comment on attachment 101873 [details]
Patch

Fixed in http://trac.webkit.org/changeset/91670.