Skip to content

Commit 6d9301d

Browse files
author
Gareth Jones
committed
fixes to get the tests passing in node 12
1 parent 482d8d0 commit 6d9301d

7 files changed

Lines changed: 293 additions & 192 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: node_js
22
node_js:
3+
- "12"
4+
- "10"
35
- "0.10"

Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

lib/builtin_modules.json

Lines changed: 17 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
11
[
2-
"async_hooks",
2+
"_http_agent",
3+
"_http_client",
4+
"_http_common",
5+
"_http_incoming",
6+
"_http_outgoing",
7+
"_http_server",
8+
"_stream_duplex",
9+
"_stream_passthrough",
10+
"_stream_readable",
11+
"_stream_transform",
12+
"_stream_wrap",
13+
"_stream_writable",
14+
"_tls_common",
15+
"_tls_wrap",
316
"assert",
17+
"async_hooks",
418
"buffer",
519
"child_process",
20+
"cluster",
621
"console",
722
"constants",
823
"crypto",
9-
"cluster",
1024
"dgram",
1125
"dns",
1226
"domain",
1327
"events",
1428
"fs",
1529
"http",
1630
"http2",
17-
"_http_agent",
18-
"_http_client",
19-
"_http_common",
20-
"_http_incoming",
21-
"_http_outgoing",
22-
"_http_server",
2331
"https",
2432
"inspector",
2533
"module",
@@ -33,39 +41,16 @@
3341
"readline",
3442
"repl",
3543
"stream",
36-
"_stream_readable",
37-
"_stream_writable",
38-
"_stream_duplex",
39-
"_stream_transform",
40-
"_stream_passthrough",
41-
"_stream_wrap",
4244
"string_decoder",
4345
"sys",
4446
"timers",
4547
"tls",
46-
"_tls_common",
47-
"_tls_wrap",
4848
"trace_events",
4949
"tty",
5050
"url",
5151
"util",
5252
"v8",
5353
"vm",
5454
"worker_threads",
55-
"zlib",
56-
"v8/tools/splaytree",
57-
"v8/tools/codemap",
58-
"v8/tools/consarray",
59-
"v8/tools/csvparser",
60-
"v8/tools/profile",
61-
"v8/tools/profile_view",
62-
"v8/tools/logreader",
63-
"v8/tools/arguments",
64-
"v8/tools/tickprocessor",
65-
"v8/tools/SourceMap",
66-
"v8/tools/tickprocessor-driver",
67-
"node-inspect/lib/_inspect",
68-
"node-inspect/lib/internal/inspect_client",
69-
"node-inspect/lib/internal/inspect_repl",
70-
"config"
55+
"zlib"
7156
]

0 commit comments

Comments
 (0)