From c209d827885c88ec2f17254c5bb888d807d0a41d Mon Sep 17 00:00:00 2001 From: "christian.plesner.hansen@gmail.com" Date: Tue, 15 Sep 2009 14:02:31 +0000 Subject: [PATCH] Fixed mozilla test expectations. Review URL: http://codereview.chromium.org/196121 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2893 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mozilla/mozilla.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status index 9793dc8..31d8609 100644 --- a/test/mozilla/mozilla.status +++ b/test/mozilla/mozilla.status @@ -217,6 +217,8 @@ js1_5/Function/regress-338121-01: FAIL_OK js1_5/Function/regress-338121-02: FAIL_OK js1_5/Function/regress-338121-03: FAIL_OK +# Expectes 'prototype' property of functions to be enumerable. +mozilla/js1_5/Function/10.1.6-01: FAIL_OK # Length of objects whose prototype chain includes a function ecma_3/Function/regress-313570: FAIL_OK -- 2.7.4