aboutsummaryrefslogtreecommitdiff
path: root/test/known_issues
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2017-02-17 20:32:40 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2017-02-21 11:04:58 +0800
commit795e4fd66dd9f3558d1563a4949567c485849d58 (patch)
treed66223179e908fdace16852accd118b212fba102 /test/known_issues
parent3e6f1032a4fdb8ca7fba02c7d2103fba68c0ee1f (diff)
downloadandroid-node-v8-795e4fd66dd9f3558d1563a4949567c485849d58.tar.gz
android-node-v8-795e4fd66dd9f3558d1563a4949567c485849d58.tar.bz2
android-node-v8-795e4fd66dd9f3558d1563a4949567c485849d58.zip
test: remove WHATWG URL test data file extension
Make url-tests a js file so we can comment out incompatible tests PR-URL: https://github.com/nodejs/node/pull/11439 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/known_issues')
-rw-r--r--test/known_issues/test-url-parse-conformance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/known_issues/test-url-parse-conformance.js b/test/known_issues/test-url-parse-conformance.js
index f7fcec821c..62c36da87e 100644
--- a/test/known_issues/test-url-parse-conformance.js
+++ b/test/known_issues/test-url-parse-conformance.js
@@ -7,7 +7,7 @@ const url = require('url');
const assert = require('assert');
const path = require('path');
-const tests = require(path.join(common.fixturesDir, 'url-tests.json'));
+const tests = require(path.join(common.fixturesDir, 'url-tests'));
let failed = 0;
let attempted = 0;