Title: [111409] trunk/LayoutTests
Revision
111409
Author
[email protected]
Date
2012-03-20 10:46:41 -0700 (Tue, 20 Mar 2012)

Log Message

Unreviewed test fix and unskip.

* inspector/debugger/snippets-model-expected.txt:
* inspector/debugger/snippets-model.html:
* platform/gtk/Skipped:
* platform/qt/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (111408 => 111409)


--- trunk/LayoutTests/ChangeLog	2012-03-20 17:25:55 UTC (rev 111408)
+++ trunk/LayoutTests/ChangeLog	2012-03-20 17:46:41 UTC (rev 111409)
@@ -1,3 +1,12 @@
+2012-03-20  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed test fix and unskip.
+
+        * inspector/debugger/snippets-model-expected.txt:
+        * inspector/debugger/snippets-model.html:
+        * platform/gtk/Skipped:
+        * platform/qt/Skipped:
+
 2012-03-20  Levi Weintraub  <[email protected]>
 
         [Chromium] Adding missing linux expectations for error-to-string-stack-overflow.

Modified: trunk/LayoutTests/inspector/debugger/snippets-model-expected.txt (111408 => 111409)


--- trunk/LayoutTests/inspector/debugger/snippets-model-expected.txt	2012-03-20 17:25:55 UTC (rev 111408)
+++ trunk/LayoutTests/inspector/debugger/snippets-model-expected.txt	2012-03-20 17:46:41 UTC (rev 111409)
@@ -1,5 +1,6 @@
 Tests snippets model.
 
+Debugger was enabled.
 
 Running: testCreateRenameEditDelete
 Dumping saved snippets:
@@ -42,4 +43,5 @@
 Snippet script added, sourceURL = snippets://2_2
 Last evaluation source url for snippet: snippets://1_3
 Snippet script added, sourceURL = snippets://1_3
+Debugger was disabled.
 

Modified: trunk/LayoutTests/inspector/debugger/snippets-model.html (111408 => 111409)


--- trunk/LayoutTests/inspector/debugger/snippets-model.html	2012-03-20 17:25:55 UTC (rev 111408)
+++ trunk/LayoutTests/inspector/debugger/snippets-model.html	2012-03-20 17:46:41 UTC (rev 111409)
@@ -1,6 +1,7 @@
 <html>
 <head>
 <script src=""
+<script src=""
 <script>
 function test()
 {
@@ -15,7 +16,7 @@
     WebInspector.experimentsSettings.snippetsSupport = {};
     WebInspector.experimentsSettings.snippetsSupport.isEnabled = function() { return true; };
 
-    InspectorTest.runTestSuite([
+    InspectorTest.runDebuggerTestSuite([
         function testCreateRenameEditDelete(next)
         {
             function dumpSnippets(snippets)

Modified: trunk/LayoutTests/platform/gtk/Skipped (111408 => 111409)


--- trunk/LayoutTests/platform/gtk/Skipped	2012-03-20 17:25:55 UTC (rev 111408)
+++ trunk/LayoutTests/platform/gtk/Skipped	2012-03-20 17:46:41 UTC (rev 111409)
@@ -1580,9 +1580,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=78801
 touchadjustment
 
-# https://bugs.webkit.org/show_bug.cgi?id=81089
-inspector/debugger/snippets-model.html
-
 # https://bugs.webkit.org/show_bug.cgi?id=81320
 editing/pasteboard/copy-two-pasteboard-types-both-work.html
 

Modified: trunk/LayoutTests/platform/qt/Skipped (111408 => 111409)


--- trunk/LayoutTests/platform/qt/Skipped	2012-03-20 17:25:55 UTC (rev 111408)
+++ trunk/LayoutTests/platform/qt/Skipped	2012-03-20 17:46:41 UTC (rev 111409)
@@ -245,10 +245,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=79068
 inspector/styles/svg-style.xhtml
 
-# http://trac.webkit.org/changeset/111212 made it fail
-# https://bugs.webkit.org/show_bug.cgi?id=81334
-inspector/debugger/snippets-model.html
-
 # Needs rebaseline
 fast/repaint/scale-page-shrink.html
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to