summarylogtreecommitdiffstats
path: root/ctest.patch
diff options
context:
space:
mode:
authorFrederick Zhang2019-08-13 21:59:59 +1000
committerFrederick Zhang2019-08-14 18:08:41 +1000
commit64ac39e1cb4452edcf884f123d9d0292d28cd3e4 (patch)
tree0c99a39648f29c23daeab57fa9d4f16dec49bf5c /ctest.patch
parentbdf52f90543b9e16e196da64be5f7aa97db47dac (diff)
downloadaur-64ac39e1cb4452edcf884f123d9d0292d28cd3e4.tar.gz
version 6.7.288.46
Diffstat (limited to 'ctest.patch')
-rw-r--r--ctest.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/ctest.patch b/ctest.patch
new file mode 100644
index 000000000000..1c6441a0d62b
--- /dev/null
+++ b/ctest.patch
@@ -0,0 +1,26 @@
+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 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,
+ Node* ChangeUint32ToTagged(Node* a) {
+ return NewNode(simplified()->ChangeUint32ToTagged(), a);
+ }
+- Node* ChangeFloat64ToTagged(Node* a) {
+- return NewNode(simplified()->ChangeFloat64ToTagged(), a);
+- }
+ Node* ChangeTaggedToBit(Node* a) {
+ return NewNode(simplified()->ChangeTaggedToBit(), a);
+ }