mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
S11.1.1_A2.js is invalid and there's no way to make it valid. Removing.
This commit is contained in:
parent
b359da88be
commit
9df276c969
@ -90,9 +90,7 @@
|
|||||||
<test id="S12.6.4_A13_T1">https://bugs.ecmascript.org/show_bug.cgi?id=80</test>
|
<test id="S12.6.4_A13_T1">https://bugs.ecmascript.org/show_bug.cgi?id=80</test>
|
||||||
<test id="S12.6.4_A13_T2">https://bugs.ecmascript.org/show_bug.cgi?id=80</test>
|
<test id="S12.6.4_A13_T2">https://bugs.ecmascript.org/show_bug.cgi?id=80</test>
|
||||||
|
|
||||||
<test id="S15.5.4.10_A1_T3">https://bugs.ecmascript.org/show_bug.cgi?id=23</test>
|
<test id="S15.5.4.10_A1_T3">https://bugs.ecmascript.org/show_bug.cgi?id=23</test>
|
||||||
|
|
||||||
<test id="S15.5.4.8_A1_T11">https://bugs.ecmascript.org/show_bug.cgi?id=30</test>
|
|
||||||
|
|
||||||
<test id="S15.5.4.14_A1_T6">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
<test id="S15.5.4.14_A1_T6">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
||||||
<test id="S15.5.4.14_A1_T7">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
<test id="S15.5.4.14_A1_T7">https://bugs.ecmascript.org/show_bug.cgi?id=61</test>
|
||||||
@ -105,7 +103,5 @@
|
|||||||
|
|
||||||
<test id="S15.10.2.12_A1_T1">https://bugs.ecmascript.org/show_bug.cgi?id=60</test>
|
<test id="S15.10.2.12_A1_T1">https://bugs.ecmascript.org/show_bug.cgi?id=60</test>
|
||||||
<test id="S15.10.2.12_A2_T1">https://bugs.ecmascript.org/show_bug.cgi?id=60</test>
|
<test id="S15.10.2.12_A2_T1">https://bugs.ecmascript.org/show_bug.cgi?id=60</test>
|
||||||
|
|
||||||
<test id="S11.1.1_A2">https://bugs.ecmascript.org/show_bug.cgi?id=179</test>
|
|
||||||
|
|
||||||
</excludeList>
|
</excludeList>
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
// Copyright 2009 the Sputnik authors. All rights reserved.
|
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Being in global code, "this" and "eval("this")" return the global object
|
|
||||||
*
|
|
||||||
* @path ch11/11.1/11.1.1/S11.1.1_A2.js
|
|
||||||
* @description Checking if execution of "this" and eval("this"), which are in global code, return the global object by using toString function
|
|
||||||
* @noStrict
|
|
||||||
*/
|
|
||||||
|
|
||||||
//CHECK#1
|
|
||||||
if (this.toString() !== toString()) {
|
|
||||||
$ERROR('#1: this.toString() === toString(). Actual: ' + (this.toString()));
|
|
||||||
}
|
|
||||||
|
|
||||||
//CHECK#2
|
|
||||||
if (eval("this").toString() !== toString()) {
|
|
||||||
$ERROR('#2: eval("this").toString() === toString(). Actual: ' + (this.toString()));
|
|
||||||
}
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user