summarylogtreecommitdiffstats
path: root/ctest.patch
diff options
context:
space:
mode:
authorMarco Pompili2017-12-02 17:32:41 +0100
committerMarco Pompili2017-12-02 17:32:41 +0100
commit6b78cc99e3cfc8160c913ba8ffdb90de0ca5ead7 (patch)
tree3d80819f6ce59b64a8913aa7792405555e45ad58 /ctest.patch
parent483a014297f8165ae2463ede1cfc1fbe9a5b91b1 (diff)
downloadaur-6b78cc99e3cfc8160c913ba8ffdb90de0ca5ead7.tar.gz
Version 6.4.388.2-1
Diffstat (limited to 'ctest.patch')
-rw-r--r--ctest.patch27
1 files changed, 13 insertions, 14 deletions
diff --git a/ctest.patch b/ctest.patch
index 8ba268f6dcc7..1c6441a0d62b 100644
--- a/ctest.patch
+++ b/ctest.patch
@@ -1,5 +1,17 @@
+diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
+index ca81ef1f0d..0f90d99f60 100644
+--- a/test/cctest/BUILD.gn
++++ b/test/cctest/BUILD.gn
+@@ -205,7 +205,6 @@ v8_source_set("cctest_sources") {
+ "test-typedarrays.cc",
+ "test-types.cc",
+ "test-unbound-queue.cc",
+- "test-unboxed-doubles.cc",
+ "test-unscopables-hidden-prototype.cc",
+ "test-usecounters.cc",
+ "test-utils.cc",
diff --git a/test/cctest/compiler/graph-builder-tester.h b/test/cctest/compiler/graph-builder-tester.h
-index a2436ad1d2..5305060896 100644
+index 1bf1d40587..7a2559a126 100644
--- a/test/cctest/compiler/graph-builder-tester.h
+++ b/test/cctest/compiler/graph-builder-tester.h
@@ -168,9 +168,6 @@ class GraphBuilderTester : public HandleAndZoneScope,
@@ -12,16 +24,3 @@ index a2436ad1d2..5305060896 100644
Node* ChangeTaggedToBit(Node* a) {
return NewNode(simplified()->ChangeTaggedToBit(), a);
}
-diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
-index d5365df606..c39b1bc46c 100644
---- a/test/cctest/BUILD.gn
-+++ b/test/cctest/BUILD.gn
-@@ -177,6 +177,6 @@ v8_executable("cctest") {
- "test-typedarrays.cc",
- "test-types.cc",
- "test-unbound-queue.cc",
-- "test-unboxed-doubles.cc",
-+ #"test-unboxed-doubles.cc",
- "test-unique.cc",
- "test-unscopables-hidden-prototype.cc",
- "test-usecounters.cc", \ No newline at end of file