Bug 86624 - [Chromium] Web Inspector: debugger browser tests are broken
Summary: [Chromium] Web Inspector: debugger browser tests are broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 07:17 PDT by Yury Semikhatsky
Modified: 2012-05-16 07:21 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2012-05-16 07:19 PDT, Yury Semikhatsky
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-05-16 07:17:57 PDT
Note: Google Test filter = DevToolsSanityTest.TestShowScriptsTab
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from DevToolsSanityTest, where TypeParam = 
[ RUN      ] DevToolsSanityTest.TestShowScriptsTab
[2589:2589:0516/181226:2013171500962:WARNING:zygote_host_impl_linux.cc(156)] Running without the SUID sandbox! See http://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
HTTP server started on 127.0.0.1:37893...
sending server_data: {"host": "127.0.0.1", "port": 37893} (36 bytes)
../../chrome/browser/debugger/devtools_sanity_browsertest.cc:114: Failure
Value of: result
  Actual: "[FAILED] TypeError: Cannot call method 'uiSourceCodes' of undefined"
Expected: "[OK]"
[  FAILED  ] DevToolsSanityTest.TestShowScriptsTab, where TypeParam =  and GetParam() =  (1292 ms)
[----------] 1 test from DevToolsSanityTest (1292 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (1292 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] DevToolsSanityTest.TestShowScriptsTab, where TypeParam =  and GetParam() =
Comment 1 Yury Semikhatsky 2012-05-16 07:19:42 PDT
Created attachment 142254 [details]
Patch
Comment 2 Yury Semikhatsky 2012-05-16 07:21:47 PDT
Committed r117287: <http://trac.webkit.org/changeset/117287>