diff --git a/deps/chakrashim/core/test/Basics/Enumerator-WebViewHost.baseline b/deps/chakrashim/core/test/Basics/Enumerator-WebViewHost.baseline
deleted file mode 100644
index 52510c25cac..00000000000
--- a/deps/chakrashim/core/test/Basics/Enumerator-WebViewHost.baseline
+++ /dev/null
@@ -1,5 +0,0 @@
-*** Running test #1 (test01): Check that Enumerator is allowed for HostType = Web View
-x
-y
-PASSED
-Summary of tests: total executed: 1; passed: 1; failed: 0
diff --git a/deps/chakrashim/core/test/Basics/Enumerator-WebViewHost.js b/deps/chakrashim/core/test/Basics/Enumerator-WebViewHost.js
deleted file mode 100644
index 7501a98ada8..00000000000
--- a/deps/chakrashim/core/test/Basics/Enumerator-WebViewHost.js
+++ /dev/null
@@ -1,19 +0,0 @@
-//-------------------------------------------------------------------------------------------------------
-// Copyright (C) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
-//-------------------------------------------------------------------------------------------------------
-
-WScript.LoadScriptFile("..\\UnitTestFramework\\UnitTestFramework.js", "self");
-
-var tests = {
- test01: {
- name: "Check that Enumerator is allowed for HostType = Web View",
- body: function () {
- var arr = ["x", "y"];
- var enu = new Enumerator(arr);
- for (enu.moveFirst(); !enu.atEnd(); enu.moveNext()) helpers.writeln(enu.item());
- }
- },
-};
-
-testRunner.runTests(tests);
diff --git a/deps/chakrashim/core/test/Basics/Enumerator-deprecated.baseline b/deps/chakrashim/core/test/Basics/Enumerator-deprecated.baseline
deleted file mode 100644
index 6a5dd852fbc..00000000000
--- a/deps/chakrashim/core/test/Basics/Enumerator-deprecated.baseline
+++ /dev/null
@@ -1,3 +0,0 @@
-*** Running test #1 (test01): Check that Enumerator is deprecated for HostType = Application
-PASSED
-Summary of tests: total executed: 1; passed: 1; failed: 0
diff --git a/deps/chakrashim/core/test/Basics/Enumerator-deprecated.js b/deps/chakrashim/core/test/Basics/Enumerator-deprecated.js
deleted file mode 100644
index e60f0196a3e..00000000000
--- a/deps/chakrashim/core/test/Basics/Enumerator-deprecated.js
+++ /dev/null
@@ -1,21 +0,0 @@
-//-------------------------------------------------------------------------------------------------------
-// Copyright (C) Microsoft. All rights reserved.
-// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
-//-------------------------------------------------------------------------------------------------------
-
-WScript.LoadScriptFile("..\\UnitTestFramework\\UnitTestFramework.js", "self");
-
-var tests = {
- test01: {
- name: "Check that Enumerator is deprecated for HostType = Application",
- body: function () {
- assert.throws(
- function() {
- var arr = ["x", "y"];
- var enu = new Enumerator(arr);
- }, ReferenceError);
- }
- },
-};
-
-testRunner.runTests(tests);
diff --git a/deps/chakrashim/core/test/Basics/rlexe.xml b/deps/chakrashim/core/test/Basics/rlexe.xml
index 60d9bc18b0d..99f588acdcc 100644
--- a/deps/chakrashim/core/test/Basics/rlexe.xml
+++ b/deps/chakrashim/core/test/Basics/rlexe.xml
@@ -366,25 +366,6 @@
with3.baseline
-
cross_site_accessor_main.js