From 5a935ed229102851707f09b15cf959f03d2a0e9f Mon Sep 17 00:00:00 2001 From: Mark Miller Date: Wed, 9 Nov 2011 12:02:28 -0800 Subject: [PATCH] Revise opera crash exclusions to exclude only the test that causes the crash --- test/config/excludelist.xml | 4 +--- test/suite/ch15/15.3/15.3.4/15.3.4.5/S15.3.4.5_A5.js | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/config/excludelist.xml b/test/config/excludelist.xml index 947ea8f896..4b0fee7db8 100644 --- a/test/config/excludelist.xml +++ b/test/config/excludelist.xml @@ -1,8 +1,6 @@  - Opera crash - to be investigated - Opera crash - to be investigated - Opera crash - to be investigated + Opera12pre-alpha1116 crash - to be investigated JS to JSON conversion issue diff --git a/test/suite/ch15/15.3/15.3.4/15.3.4.5/S15.3.4.5_A5.js b/test/suite/ch15/15.3/15.3.4/15.3.4.5/S15.3.4.5_A5.js index d369b69b23..c80624e163 100644 --- a/test/suite/ch15/15.3/15.3.4/15.3.4.5/S15.3.4.5_A5.js +++ b/test/suite/ch15/15.3/15.3.4/15.3.4.5/S15.3.4.5_A5.js @@ -11,7 +11,7 @@ function construct(f, args) { var bound = Function.prototype.bind.apply(f, [null].concat(args)); return new bound(); } -var d = construct(Date, [1957, 5, 27]); +var d = construct(Date, [1957, 4, 27]); if (Object.prototype.toString.call(d) !== '[object Date]') { $ERROR('Using the Date constructor via .bind did not create a Date.'); }