Changeset 112274 in webkit


Ignore:
Timestamp:
Mar 27, 2012 8:41:04 AM (12 years ago)
Author:
podivilov@chromium.org
Message:

Web Inspector: testSourceMapCouldNotBeLoaded logs different error messages on different platforms.
https://bugs.webkit.org/show_bug.cgi?id=82314

Reviewed by Vsevolod Vlasov.

  • http/tests/inspector/compiler-script-mapping.html:
  • platform/gtk/Skipped:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r112268 r112274  
     12012-03-27  Pavel Podivilov  <podivilov@chromium.org>
     2
     3        Web Inspector: testSourceMapCouldNotBeLoaded logs different error messages on different platforms.
     4        https://bugs.webkit.org/show_bug.cgi?id=82314
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        * http/tests/inspector/compiler-script-mapping.html:
     9        * platform/gtk/Skipped:
     10
    1112012-03-27  Yury Semikhatsky  <yurys@chromium.org>
    212
  • trunk/LayoutTests/http/tests/inspector/compiler-script-mapping.html

    r112070 r112274  
    191191        function testSourceMapCouldNotBeLoaded(next)
    192192        {
     193            WebInspector.settings.sourceMapsEnabled.set(true);
    193194            WebInspector.debuggerModel._scripts = [];
    194195            var mainScriptMapping = new WebInspector.MainScriptMapping();
     
    197198            var script = InspectorTest.createScriptMock("compiled.js", 0, 0, true, "");
    198199            script.sourceMapURL = "http://localhost:8000/inspector/resources/source-map.json_";
     200            console.error = function() {}; // Error message is platform dependent.
    199201            mainScriptMapping.addScript(script);
    200202
  • trunk/LayoutTests/platform/gtk/Skipped

    r112230 r112274  
    16341634http/tests/xmlhttprequest/basic-auth-default.html
    16351635http/tests/xmlhttprequest/re-login-async.html
    1636 
    1637 # https://bugs.webkit.org/show_bug.cgi?id=82314
    1638 http/tests/inspector/compiler-script-mapping.html
    1639 
Note: See TracChangeset for help on using the changeset viewer.