Mark global-constructors-listing as failing in TestExpectations
authoradamk@chromium.org <adamk@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Aug 2014 23:59:25 +0000 (23:59 +0000)
committeradamk@chromium.org <adamk@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 4 Aug 2014 23:59:25 +0000 (23:59 +0000)
They're failing due to the addition of Symbol to the global scope.
These expectations can be removed once https://codereview.chromium.org/436353002
lands and gets picked up by the V8 webkit bots.

BUG=400507
LOG=N
TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/435363002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22836 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/blink_tests/TestExpectations

index 728906f..99f2d53 100644 (file)
@@ -20,6 +20,15 @@ crbug.com/108833 [ Win Debug ] plugins/geturlnotify-during-document-teardown.htm
 webkit.org/b/48655 [ Win ] plugins/js-from-destroy.html [ Crash Timeout ]
 crbug.com/178745 [ Win Debug ] plugins/open-and-close-window-with-plugin.html [ Crash Failure Timeout ]
 
+# After the rebaseline in https://codereview.chromium.org/436353002 lands,
+# these should start passing and these expectations can be removed.
+crbug.com/400507 virtual/stable/webexposed/global-constructors-listing-dedicated-worker.html [ Failure ]
+crbug.com/400507 virtual/stable/webexposed/global-constructors-listing-shared-worker.html [ Failure ]
+crbug.com/400507 virtual/stable/webexposed/global-constructors-listing.html [ Failure ]
+crbug.com/400507 webexposed/global-constructors-listing-dedicated-worker.html [ Failure ]
+crbug.com/400507 webexposed/global-constructors-listing-shared-worker.html [ Failure ]
+crbug.com/400507 webexposed/global-constructors-listing.html [ Failure ]
+
 # Slow on the trunk builder:
 [ Linux Debug ] fast/js/regress/function-dot-apply.html [ Slow ]
 crbug.com/249894 [ Linux Debug ] fast/js/regress/inline-arguments-access.html  [ Pass Failure Crash Slow ]