dart-sdk/third_party/d8
William Hesse 2842ba70b6 Update the checked-in d8 shell for Windows and Linux to version 6.1.0 (candidate)
BUG=https://github.com/dart-lang/sdk/issues/29794

The Linux ARM version of d8 is removed, because the architecture-dependent
snapshot files are incompatible with the current directory structure.
The Mac version is not yet updated because we need to do a custom build
of it.  The bug above is tracking this work.

R=rnystrom@google.com

Review-Url: https://codereview.chromium.org/2985473002 .
2017-07-20 02:12:14 +02:00
..
linux Update the checked-in d8 shell for Windows and Linux to version 6.1.0 (candidate) 2017-07-20 02:12:14 +02:00
macos
windows Update the checked-in d8 shell for Windows and Linux to version 6.1.0 (candidate) 2017-07-20 02:12:14 +02:00
.gitignore
README.google Update the checked-in d8 shell for Windows and Linux to version 6.1.0 (candidate) 2017-07-20 02:12:14 +02:00

Name: V8 command line javascript shell.
Short Name: d8
URL: https://chromium.googlesource.com/v8/v8/+/efdf8385488430cb3fc15a37ca284c4e2ea1b97f
Version: 6.1.0 (candidate)
Revision: efdf8385488430cb3fc15a37ca284c4e2ea1b97f
Date: July 19 2017
License: BSD

Description:
This directory contains hashes of the d8 binaries for Windows, Mac and Linux.
The files are stored in cloud storage in the bucket dart-dependencies,
and are downloaded by the depot_tools tool download_from_cloud_storage.py.
The files were fetched from the v8 builders on the DartFYI waterfall:
http://build.chromium.org/p/client.dart.fyi/console
The Mac binary is not yet updated, and is at version 4.4.
Issue: https://github.com/dart-lang/sdk/issues/29794

The binaries are used for testing dart code compiled to javascript.