1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/libdeno
Ryan Dahl 1e54f1d473
Remove from test_cc SnapshotterInitializesCorrectly (#1361)
Unfortunately V8 has a debug-only assert that checks
that a SnapshotCreator actually created a snapshot:
7d8c9aa769/v8/src/api.cc (L571)

This was not being triggered in Linux & Mac debug builds
because we were using the prebuilt release V8 build.
It was being triggered in Windows debug build because there is
a prebuilt v8_debug.lib. However the Windows error went unnoticed
because we only run release builds in CI.
2018-12-17 20:05:18 -05:00
..
api.cc Merge deno_new_snapshotter behavior into deno_new (#1318) 2018-12-13 16:25:42 -05:00
binding.cc Merge deno_new_snapshotter behavior into deno_new (#1318) 2018-12-13 16:25:42 -05:00
BUILD.gn build: snapshot doesn't need source_map 2018-12-11 15:06:21 -05:00
deno.gni build: snapshot doesn't need source_map 2018-12-11 15:06:21 -05:00
deno.h Remove from test_cc SnapshotterInitializesCorrectly (#1361) 2018-12-17 20:05:18 -05:00
file_util.cc libdeno: add file utilities Dirname() and ExePath() 2018-08-26 18:27:23 +02:00
file_util.h libdeno: add file utilities Dirname() and ExePath() 2018-08-26 18:27:23 +02:00
file_util_test.cc Fix warnings. 2018-08-30 05:48:40 -04:00
internal.h Merge deno_new_snapshotter behavior into deno_new (#1318) 2018-12-13 16:25:42 -05:00
libdeno_test.cc Remove from test_cc SnapshotterInitializesCorrectly (#1361) 2018-12-17 20:05:18 -05:00
libdeno_test.js Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
snapshot_creator.cc Merge deno_new_snapshotter behavior into deno_new (#1318) 2018-12-13 16:25:42 -05:00
test.cc build: remove absolute path 2018-11-01 13:34:16 +01:00
test.h libdeno: deno_new should take a snapshot parameter. 2018-10-24 14:52:38 -07:00