diff options
author | David Fugate <dfugate@microsoft.com> | 2011-02-21 12:00:13 -0800 |
---|---|---|
committer | David Fugate <dfugate@microsoft.com> | 2011-02-21 12:00:13 -0800 |
commit | 4ec1c1ecf916b8406287f060f6fbe8e68383ba39 (patch) | |
tree | 1607ec2d43bf8d361aeb5e28383a8daac20969be /test | |
parent | 4451ed0c0408655b65f82e6471cb407581210adc (diff) | |
download | test262-4ec1c1ecf916b8406287f060f6fbe8e68383ba39.tar.gz |
Disabled 13 invalid tests and 4 tests that were incorrectly converted to Test262
format.
Diffstat (limited to 'test')
-rw-r--r-- | test/config/excludelist.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/config/excludelist.xml b/test/config/excludelist.xml index b55d58deb..f11ddb932 100644 --- a/test/config/excludelist.xml +++ b/test/config/excludelist.xml @@ -330,5 +330,31 @@ <test id="15.2.3.6-3-98">https://bugs.ecmascript.org/show_bug.cgi?id=10</test>
<test id="15.2.3.6-4-45">https://bugs.ecmascript.org/show_bug.cgi?id=10</test>
<test id="15.4.4.19-5-1">https://bugs.ecmascript.org/show_bug.cgi?id=10</test>
+
+ <test id="S15.10.6_A2">https://bugs.ecmascript.org/show_bug.cgi?id=22</test>
+
+ <test id="S8.6.2_A5_T1">https://bugs.ecmascript.org/show_bug.cgi?id=24</test>
+
+ <test id="S12.6.4_A14_T1">https://bugs.ecmascript.org/show_bug.cgi?id=25</test>
+
+ <test id="S15.1.1.1_A2_T1">https://bugs.ecmascript.org/show_bug.cgi?id=27</test>
+ <test id="S15.1.1.2_A2_T1">https://bugs.ecmascript.org/show_bug.cgi?id=27</test>
+ <test id="S15.1.1.1_A2_T2">https://bugs.ecmascript.org/show_bug.cgi?id=27</test>
+ <test id="S15.1.1.3_A2_T1">https://bugs.ecmascript.org/show_bug.cgi?id=27</test>
+ <test id="S15.1.1.3_A2_T2">https://bugs.ecmascript.org/show_bug.cgi?id=27</test>
+
+ <test id="S15.3.4.3_A6_T1">https://bugs.ecmascript.org/show_bug.cgi?id=28</test>
+ <test id="S15.3.4.3_A6_T4">https://bugs.ecmascript.org/show_bug.cgi?id=28</test>
+
+ <test id="S15.4.4.2_A2_T1">https://bugs.ecmascript.org/show_bug.cgi?id=29</test>
+ <test id="S15.4.4.3_A2_T1">https://bugs.ecmascript.org/show_bug.cgi?id=29</test>
+
+ <test id="S15.5.4.8_A1_T11">https://bugs.ecmascript.org/show_bug.cgi?id=30</test>
+
+ <!--Sputnik to Test262 Converter Tool issues-->
+ <test id="S13.2.2_A18_T1">https://bugs.ecmascript.org/show_bug.cgi?id=26</test>
+ <test id="S13.2.2_A18_T2">https://bugs.ecmascript.org/show_bug.cgi?id=26</test>
+ <test id="S13.2.2_A19_T7">https://bugs.ecmascript.org/show_bug.cgi?id=26</test>
+ <test id="S15.2.2.1_A2_T4">https://bugs.ecmascript.org/show_bug.cgi?id=26</test>
</excludeList>
|