Bug 70228

Summary: [Chromium] Web Inspector: don't check for debugger pause details in interactive ui tests
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2011-10-17 04:41:03 PDT
There is a flakiness in Chromium interactive ui tests caused by debugger pause details validation. That functionality is well covered by the layout tests and there is no need in checking it again there.

See e.g.
http://build.chromium.org/p/chromium/builders/Linux%20Tests%20%28Views%20dbg%29%281%29/builds/6874/steps/interactive_ui_tests/logs/PauseInSharedWorkerInitialization

chrome/browser/debugger/devtools_sanity_unittest.cc:99: Failure
Value of: result
  Actual: "[FAILED] Unexpected execution line text.(Expected: 'debugger;', but was '')"
Expected: "[OK]"
Comment 1 Yury Semikhatsky 2011-10-17 04:43:18 PDT
Created attachment 111244 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-17 06:38:27 PDT
Committed r97613: <http://trac.webkit.org/changeset/97613>