summaryrefslogtreecommitdiff
path: root/test/addons/load-long-path
diff options
context:
space:
mode:
authorAlexis Campailla <alexis@janeasystems.com>2016-05-10 16:16:43 +0200
committerAlexis Campailla <alexis@janeasystems.com>2016-05-27 12:05:49 +0200
commit6e2ae8aeee51a2c18af730e7bd00448112d6f8b1 (patch)
treebea3046a9f97f8855ef6146d18289567cdc702fc /test/addons/load-long-path
parent90675818eede96a063489109f86022dd13ad75cb (diff)
downloadandroid-node-v8-6e2ae8aeee51a2c18af730e7bd00448112d6f8b1.tar.gz
android-node-v8-6e2ae8aeee51a2c18af730e7bd00448112d6f8b1.tar.bz2
android-node-v8-6e2ae8aeee51a2c18af730e7bd00448112d6f8b1.zip
test,win: skip addons/load-long-path on WOW64
This test fails on WOW64 because of a bug in the OS, and there is no acceptable workaround. Ref: https://github.com/nodejs/node/issues/3667 PR-URL: https://github.com/nodejs/node/pull/6675 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'test/addons/load-long-path')
-rw-r--r--test/addons/load-long-path/test.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/addons/load-long-path/test.js b/test/addons/load-long-path/test.js
index 1de2b85fe9..a4f3cb12dc 100644
--- a/test/addons/load-long-path/test.js
+++ b/test/addons/load-long-path/test.js
@@ -4,6 +4,11 @@ const fs = require('fs');
const path = require('path');
const assert = require('assert');
+if (common.isWOW64) {
+ common.skip('doesn\'t work on WOW64');
+ return;
+}
+
common.refreshTmpDir();
// make a path that is more than 260 chars long.