Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-07-28 06:54:31 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-07-28 06:54:31 +0400
commit8527f00c3c2beca11fe0c25048920ec50d177c28 (patch)
treee20b638bc2dec81a76a26fe936e4540ed2a84a60 /test
parentea9ee1fb7e3f785c21d04a155e0f18a354fe0173 (diff)
Lazy load a few modules
Diffstat (limited to 'test')
-rw-r--r--test/simple/test-module-load-list.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/simple/test-module-load-list.js b/test/simple/test-module-load-list.js
index a8b35a7344d..7fcae2bf2e8 100644
--- a/test/simple/test-module-load-list.js
+++ b/test/simple/test-module-load-list.js
@@ -41,7 +41,6 @@ var expected = [
'NativeModule events',
'NativeModule buffer',
'Binding buffer',
- 'NativeModule buffer_ieee754', // FIXME should not be loading
'NativeModule assert',
'NativeModule util',
'Binding stdio',
@@ -70,8 +69,6 @@ expected = expected.concat([
'Binding io_watcher',
'NativeModule tty',
'NativeModule tty_posix', // FIXME branch on win32 here.
- 'NativeModule child_process', // FIXME should not be loading
- 'Binding child_process' // FIXME should not be loading
]);
checkExpected();