aboutsummaryrefslogtreecommitdiffstats
path: root/test/config
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-09-22 11:58:06 -0700
committerDavid Fugate <dfugate@microsoft.com>2011-09-22 11:58:06 -0700
commit1b3e92683747d6c3b6042657224eabf5c48753ce (patch)
treed710c2f117fe91a72e7c128cf2e9acadb8731a85 /test/config
parentec5dce172dc9215cad6917fbbcaafe550be50be3 (diff)
Think I've come up with a fix for https://bugs.ecmascript.org/show_bug.cgi?id=11 (Date_library.js):
- juneDate and decemberDate were both one month off. Fixed - LocalTZA wasn't actually LocalTZA as defined in ES5. If we were in DST when this was created, LocalTZA was off by one hour. Fixed - GetSundayInMonth was completely busted (i.e., arithmetic operations on the 'count' param which happens to be a string). Fixed(?) - DaylightSzavingTA was defined incorrectly. It assumed the local time zone adjustment hadn't been accounted for. This wasn't how UTC was calling it. Fixed(?)
Diffstat (limited to 'test/config')
-rw-r--r--test/config/excludelist.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/config/excludelist.xml b/test/config/excludelist.xml
index c1b1d8040..2946a7c4c 100644
--- a/test/config/excludelist.xml
+++ b/test/config/excludelist.xml
@@ -86,12 +86,16 @@
<test id="S10.1.7_A1_T1">Using this pointer, intented for Global object</test>
<test id="S7.9_A9_T3">https://bugs.ecmascript.org/show_bug.cgi?id=7</test>
<test id="S7.9_A9_T4">https://bugs.ecmascript.org/show_bug.cgi?id=7</test>
+
+ <!--
<test id="S15.9.3.1_A5_T1">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
<test id="S15.9.3.1_A5_T2">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
<test id="S15.9.3.1_A5_T3">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
<test id="S15.9.3.1_A5_T4">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
<test id="S15.9.3.1_A5_T5">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
<test id="S15.9.3.1_A5_T6">https://bugs.ecmascript.org/show_bug.cgi?id=11</test>
+ -->
+
<test id="S7.5.3_A1.15">https://bugs.ecmascript.org/show_bug.cgi?id=12</test>
<test id="S9.9_A1">https://bugs.ecmascript.org/show_bug.cgi?id=13</test>
<test id="S9.9_A2">https://bugs.ecmascript.org/show_bug.cgi?id=13</test>