aboutsummaryrefslogtreecommitdiffstats
path: root/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11
diff options
context:
space:
mode:
authorBrian Terlson <brian.terlson@microsoft.com>2014-07-16 13:59:52 -0700
committerBrian Terlson <brian.terlson@microsoft.com>2014-07-16 13:59:52 -0700
commite30c0b3183ac2a52e896c9dcda47a34df34d3099 (patch)
tree2e65aeeca5936af8a1c16f1a24322897e0265cc2 /external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11
parent5278df472144fc9b5c2a55d6e69063caadad544f (diff)
Remove external folder
Diffstat (limited to 'external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11')
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-1.js15
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-2.js15
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.2/15.11.4.2-1.js22
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.3/15.11.4.3-1.js22
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js17
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js16
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js16
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js17
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js17
-rw-r--r--external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js17
10 files changed, 0 insertions, 174 deletions
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-1.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-1.js
deleted file mode 100644
index cb91a2eee..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-1.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11-1.js
- * @description Error - ConversionError has been removed from IE9 standard mode
- */
-
-
-function testcase() {
- return typeof ConversionError === "undefined";
- }
-runTestCase(testcase);
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-2.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-2.js
deleted file mode 100644
index 26368d242..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11-2.js
+++ /dev/null
@@ -1,15 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11-2.js
- * @description Error - RegExpError has been removed from IE9 standard mode
- */
-
-
-function testcase() {
- return typeof RegExpError === "undefined";
- }
-runTestCase(testcase);
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.2/15.11.4.2-1.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.2/15.11.4.2-1.js
deleted file mode 100644
index 2dc2b04b1..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.2/15.11.4.2-1.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.2/15.11.4.2-1.js
- * @description Error.prototype.name is not enumerable.
- */
-
-
-
-
-function testcase() {
- for (var i in Error.prototype) {
- if (i==="name") {
- return false;
- }
- }
- return true;
-}
-runTestCase(testcase); \ No newline at end of file
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.3/15.11.4.3-1.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.3/15.11.4.3-1.js
deleted file mode 100644
index 74ce0ce0f..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.3/15.11.4.3-1.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.3/15.11.4.3-1.js
- * @description Error.prototype.message is not enumerable.
- */
-
-
-
-
-function testcase() {
- for (var i in Error.prototype) {
- if (i==="message") {
- return false;
- }
- }
- return true;
-}
-runTestCase(testcase); \ No newline at end of file
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js
deleted file mode 100644
index d897e52e5..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-10-1.js
- * @description Error.prototype.toString return the result of concatenating 'name', ':', a single space character, and 'msg' when 'name' and 'msg' are non-empty string
- */
-
-
-function testcase() {
- var errObj = new Error("ErrorMessage");
- errObj.name = "ErrorName";
- return errObj.toString() === "ErrorName: ErrorMessage";
- }
-runTestCase(testcase);
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js
deleted file mode 100644
index 6156ad2c3..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-1.js
- * @description Error.prototype.toString - 'Error' is returned when 'name' is absent and empty string is returned when 'msg' is undefined
- */
-
-
-function testcase() {
- var errObj = new Error();
- return errObj.toString() === "Error";
- }
-runTestCase(testcase);
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js
deleted file mode 100644
index b3f85693a..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-6-2.js
- * @description Error.prototype.toString - 'Error' is returned when 'name' is absent and value of 'msg' is returned when 'msg' is non-empty string
- */
-
-
-function testcase() {
- var errObj = new Error("ErrorMessage");
- return errObj.toString() === "Error: ErrorMessage";
- }
-runTestCase(testcase);
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js
deleted file mode 100644
index 8541ba36c..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-1.js
- * @description Error.prototype.toString return the value of 'msg' when 'name' is empty string and 'msg' isn't undefined
- */
-
-
-function testcase() {
- var errObj = new Error("ErrorMessage");
- errObj.name = "";
- return errObj.toString() === "ErrorMessage";
- }
-runTestCase(testcase);
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js
deleted file mode 100644
index 627e83e59..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-8-2.js
- * @description Error.prototype.toString return empty string when 'name' is empty string and 'msg' is undefined
- */
-
-
-function testcase() {
- var errObj = new Error();
- errObj.name = "";
- return errObj.toString() === "";
- }
-runTestCase(testcase);
diff --git a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js b/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js
deleted file mode 100644
index fda516b62..000000000
--- a/external/contributions/Microsoft/ietcLatest/TestCases/ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/// Copyright (c) 2012 Ecma International. All rights reserved.
-/// Ecma International makes this code available under the terms and conditions set
-/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
-/// "Use Terms"). Any redistribution of this code must retain the above
-/// copyright and this notice and otherwise comply with the Use Terms.
-/**
- * @path ch15/15.11/15.11.4/15.11.4.4/15.11.4.4-9-1.js
- * @description Error.prototype.toString return 'name' when 'name' is non-empty string and 'msg' is empty string
- */
-
-
-function testcase() {
- var errObj = new Error();
- errObj.name = "ErrorName";
- return errObj.toString() === "ErrorName";
- }
-runTestCase(testcase);