summarylogtreecommitdiffstats
path: root/ctest.patch
diff options
context:
space:
mode:
authorMarco Pompili2017-08-04 16:35:37 +0200
committerMarco Pompili2017-08-04 16:36:01 +0200
commit3bd1540d3de247333eeebc5de5e1534f710da314 (patch)
treedabcb3fddcc5cc7f6a2188a0a3a24612a23c8235 /ctest.patch
parenteee5828731bb3199850c329781e3ea9ae4d536a3 (diff)
downloadaur-3bd1540d3de247333eeebc5de5e1534f710da314.tar.gz
Version 6.0.286.52-1
Diffstat (limited to 'ctest.patch')
-rw-r--r--ctest.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/ctest.patch b/ctest.patch
new file mode 100644
index 000000000000..8ba268f6dcc7
--- /dev/null
+++ b/ctest.patch
@@ -0,0 +1,27 @@
+diff --git a/test/cctest/compiler/graph-builder-tester.h b/test/cctest/compiler/graph-builder-tester.h
+index a2436ad1d2..5305060896 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);
+ }
+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