From 6fa34198949e7224e17b38796748574e5e9861d2 Mon Sep 17 00:00:00 2001 From: "marja@chromium.org" Date: Tue, 4 Feb 2014 13:37:34 +0000 Subject: [PATCH] Temporarily mark reserved-words-as-property as possibly failing. V8 is changing an error message and Blink will disable this test temporarily, too. This CL will keep the tree green until Blink is rolled into V8. BUG=3126 LOG=N R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/152863004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19071 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/blink_tests/TestExpectations | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/blink_tests/TestExpectations b/tools/blink_tests/TestExpectations index eec1d5a..039a918 100644 --- a/tools/blink_tests/TestExpectations +++ b/tools/blink_tests/TestExpectations @@ -25,3 +25,6 @@ crbug.com/178745 [ Win Debug ] plugins/open-and-close-window-with-plugin.html [ [ 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 ] [ Linux Debug ] fast/js/regress/inline-arguments-local-escape.html [ Slow ] + +# This test is temporarily disabled in Blink, too. +crbug.com/340639 fast/js/reserved-words-as-property.html [ Pass Failure ] -- 2.7.4