Skip to content

Commit

Permalink
Remove $runtime == drt sections and uses of drt from status files.
Browse files Browse the repository at this point in the history
Change-Id: Iffd934a67668901176a84c9b01512711a011652d
Reviewed-on: https://dart-review.googlesource.com/67803
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
  • Loading branch information
whesse authored and commit-bot@chromium.org committed Aug 3, 2018
1 parent 637e55d commit 46743f3
Show file tree
Hide file tree
Showing 18 changed files with 160 additions and 1,903 deletions.
8 changes: 0 additions & 8 deletions pkg/pkg.status
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ front_end/test/src/base/uri_resolver_test: SkipByDesign # Relies on access to fi
[ $compiler == dart2js && $runtime != d8 ]
front_end/test/mixin_export_test: RuntimeError # Issue 30576

[ $compiler == dart2js && $runtime == drt ]
async/test/stream_zip_test: RuntimeError, Pass # Issue 18548

[ $compiler == dart2js && $browser ]
crypto/test/sha1_test: Slow, Pass
crypto/test/sha256_test: Slow, Pass
Expand All @@ -229,11 +226,6 @@ status_file/test/status_expression_dnf_test: RuntimeError # not strong-clean
async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050

[ $compiler == none && $runtime == drt ]
front_end/*: SkipByDesign
mutation_observer: Skip # Issue 21149
unittest/*: Skip # Issue 21949

[ $runtime == vm && $system == windows ]
analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
analysis_server/test/benchmarks_test: RuntimeError # Issue 32355
Expand Down
902 changes: 3 additions & 899 deletions pkg/status_file/test/data/co19-dart2js.status

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions pkg/status_file/test/data/vm.status
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ cc/Profiler_SourcePositionOptimized: Skip
cc/Profiler_BinaryOperatorSourcePosition: Skip
cc/Profiler_BinaryOperatorSourcePositionOptimized: Skip

[ $compiler == none && $runtime == drt ]
dart/truncating_ints_test: Skip # Issue 14651

[ $compiler == dart2js ]
dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
dart/byte_array_test: Skip # compilers not aware of byte arrays
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.

[ $runtime == drt || !$browser || $fast_startup ]
*: SkipByDesign

# custom elements are not supported on old browsers, we don't
# intend for observatory to work on old browser versions, so
# skipping.
[ $runtime == ff || $runtime == ie10 || $runtime == ie11 || $runtime == safari ]
*: SkipByDesign

[ !$browser || $fast_startup ]
*: SkipByDesign
3 changes: 0 additions & 3 deletions runtime/tests/vm/vm.status
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ dart/issue32950_test: SkipByDesign # uses spawnUri.
dart/redirection_type_shuffling_test: SkipByDesign # Includes dart:mirrors.
dart/spawn_shutdown_test: SkipSlow

[ $compiler == none && $runtime == drt ]
dart/truncating_ints_test: Skip # Issue 14651

[ $mode == debug && $system == windows ]
dart/spawn_shutdown_test: Skip # Flaky crashes unable to start thread; likely low memory on the bot.

Expand Down
6 changes: 0 additions & 6 deletions samples-dev/samples-dev.status
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@ swarm/test/swarm_ui_lib/touch/touch_test: Fail # This may be related to issue 15
swarm/test/swarm_test: Fail # TODO(kasperl): Please triage.
swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.

[ $compiler == dart2js && $runtime == drt ]
swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950

[ $compiler == dart2js && $runtime == drt && $system == windows ]
swarm/test/swarm_test: Fail # Issue 4517

[ $compiler == dart2js && $runtime == ff ]
swarm/test/swarm_test: Fail # Issue 5633
1,019 changes: 117 additions & 902 deletions tests/co19/co19-dart2js.status

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/compiler/dart2js_extra/dart2js_extra.status
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ int_index_test/02: MissingCompileTimeError
local_signature_test: RuntimeError # Test against function type variables is only supported in strong mode.
switch_test/00: MissingCompileTimeError

[ $compiler == dart2js && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runtime == ff || $runtime == safari) ]
[ $compiler == dart2js && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == ff || $runtime == safari) ]
isolate2_test/01: Fail # Issue 14458.

[ $compiler == dart2js && ($runtime == drt || $runtime == ff || $runtime == jsshell || $runtime == safari) ]
[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == safari) ]
code_motion_exception_test: Skip # Required V8 specific format of JavaScript errors.

[ $compiler == dart2js && ($browser || $host_checked) ]
Expand Down
12 changes: 2 additions & 10 deletions tests/corelib/corelib.status
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ string_trimlr_test/unicode63: RuntimeError # Uses Unicode 6.2.0 or earlier.
[ $compiler == dart2js && $runtime != d8 ]
main_test: RuntimeError

[ $compiler == dart2js && $runtime == drt ]
string_trimlr_test/unicode63: RuntimeError # Uses Unicode 6.2.0 or earlier.

[ $compiler == dart2js && $runtime == drt && $csp && $minified ]
core_runtime_types_test: Pass, Fail # Issue 27913

[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.

Expand Down Expand Up @@ -425,10 +419,6 @@ symbol_test/01: MissingCompileTimeError
[ $runtime != d8 && $runtime != dart_precompiled && $runtime != vm ]
regexp/*: Skip # The regexp tests are not verified to work on non d8/vm platforms yet.

[ $runtime != drt && ($compiler == app_jit || $compiler == none || $compiler == precompiler) ]
symbol_test/02: MissingCompileTimeError # bug 11669
symbol_test/03: MissingCompileTimeError # bug 11669

[ $arch == simdbc || $arch == simdbc64 ]
regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter

Expand All @@ -445,6 +435,8 @@ symbol_reserved_word_test/09: RuntimeError # bug 11669
symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
symbol_reserved_word_test/12: RuntimeError # bug 11669
symbol_test/01: Fail, Pass # bug 11669
symbol_test/02: MissingCompileTimeError # bug 11669
symbol_test/03: MissingCompileTimeError # bug 11669
symbol_test/none: Fail # bug 11669
unicode_test: Fail # Bug 6706

Expand Down
40 changes: 16 additions & 24 deletions tests/corelib_2/corelib_2.status
Original file line number Diff line number Diff line change
Expand Up @@ -280,21 +280,6 @@ string_base_vm_static_test: MissingCompileTimeError
string_replace_static_test: MissingCompileTimeError
string_static_test: MissingCompileTimeError

[ ($compiler == dartk || $compiler == dartkb) && $mode == release && $hot_reload ]
bigint_parse_radix_test: Crash

# ===== dartk + vm status lines =====
[ ($compiler == dartk || $compiler == dartkb) && $runtime == vm && $strong ]
iterable_fold_test/02: RuntimeError
iterable_reduce_test/01: CompileTimeError # Issue 31533
iterable_reduce_test/none: RuntimeError
symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_reserved_word_test/09: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
unicode_test: RuntimeError # Issue 18061: German double S.

[ $compiler != dartk && $runtime == vm && $checked ]
apply_test/01: RuntimeError

Expand All @@ -311,11 +296,6 @@ symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing c
symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
unicode_test: RuntimeError # Issue 18061: German double S.

[ $compiler == none && $runtime == drt ]
string_from_environment2_test: Skip
string_from_environment3_test: Skip
string_from_environment_test: Skip

[ $compiler == none && $runtime == vm ]
from_environment_const_type_undefined_test/09: MissingCompileTimeError
from_environment_const_type_undefined_test/11: MissingCompileTimeError
Expand Down Expand Up @@ -353,14 +333,14 @@ iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
iterable_generate_test/01: RuntimeError
splay_tree_from_iterable_test: RuntimeError

[ $mode == release && $hot_reload && ($compiler == dartk || $compiler == dartkb) ]
bigint_parse_radix_test: Crash

[ $runtime == dart_precompiled && $minified ]
apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper
error_stack_trace1_test: Skip # Expects unobfuscated stack trace

[ $runtime == drt && ($compiler == dart2js || $compiler == dartdevc || $compiler == dartdevk) ]
string_trimlr_test/unicode63: RuntimeError # Uses Unicode 6.2.0 or earlier.

[ $runtime != drt && ($compiler == app_jit || $compiler == none || $compiler == precompiler) ]
[ $compiler == app_jit || $compiler == none || $compiler == precompiler ]
symbol_test/02: MissingCompileTimeError # Issue 11669
symbol_test/03: MissingCompileTimeError # Issue 11669

Expand All @@ -381,6 +361,18 @@ integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
regress_r21715_test: RuntimeError # Requires fixed-size int64 support.
typed_data_with_limited_ints_test: Skip # Requires fixed-size int64 support.

# ===== dartk + vm status lines =====
[ $runtime == vm && $strong && ($compiler == dartk || $compiler == dartkb) ]
iterable_fold_test/02: RuntimeError
iterable_reduce_test/01: CompileTimeError # Issue 31533
iterable_reduce_test/none: RuntimeError
symbol_operator_test/03: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_reserved_word_test/06: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_reserved_word_test/09: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_reserved_word_test/12: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
symbol_test/none: RuntimeError # Issues 11669 and 31936 - throwing const constructors.
unicode_test: RuntimeError # Issue 18061: German double S.

[ $runtime == vm && !$strong ]
collection_of_test: RuntimeError

Expand Down
24 changes: 7 additions & 17 deletions tests/html/html.status
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ xhr_test/xhr: Pass, RuntimeError # Roll 50 failure
[ $compiler == fasta ]
*: Skip # TODO(ahe): Support dart:html in Fasta.

[ $runtime == drt ]
webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'headless'.

[ $runtime == ie11 ]
audiobuffersourcenode_test/supported: Fail # IE11 Feature support statuses - These results not yet noted in platform support annotations. All changes should be accompanied by platform support annotation changes.
audiocontext_test/supported: Fail # IE11 Feature support statuses - These results not yet noted in platform support annotations. All changes should be accompanied by platform support annotation changes.
Expand Down Expand Up @@ -154,6 +151,9 @@ speechrecognition_test/supported: Fail # Safari Feature support statuses - All c
touchevent_test/supported: Fail # Safari does not support TouchEvents
webgl_1_test: Pass, Fail # Issue 8219

[ $system == windows ]
xhr_test/xhr: Skip # Times out. Issue 21527

# The html tests were moved to lib_2/html, and there they should be made strong
# mode compliant. There's no sense in running the old versions here.
[ $strong ]
Expand All @@ -169,6 +169,7 @@ fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure.
media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage.
media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage.
speechrecognition_test/types: RuntimeError # Please triage.
svgelement_test/supported_altGlyph: RuntimeError # Issue 25787
touchevent_test/supported: Fail # Touch events are only supported on touch devices

[ $compiler == dart2js && $runtime == chromeOnAndroid ]
Expand Down Expand Up @@ -365,9 +366,6 @@ xsltprocessor_test: RuntimeError
fontface_loaded_test: RuntimeError
streams_test: RuntimeError

[ $compiler == dart2js && $runtime == drt && !$checked ]
audiocontext_test/functional: Pass, Fail

[ $compiler == dart2js && $runtime == ff ]
dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
element_animate_test/timing_dict: RuntimeError # Issue 26730
Expand All @@ -383,6 +381,7 @@ input_element_test/supported_week: Fail # Firefox Feature support statuses - All
media_stream_test/supported_MediaStreamEvent: Fail # Firefox Feature support statuses - All changes should be accompanied by platform support annotation changes.
media_stream_test/supported_MediaStreamTrackEvent: Fail # Firefox Feature support statuses - All changes should be accompanied by platform support annotation changes.
messageevent_test: Pass, RuntimeError # Issue 28983
request_animation_frame_test: Skip # Async test hangs.
serialized_script_value_test: Pass, RuntimeError # Issue 28983
shadow_dom_test/supported: Fail # Firefox Feature support statuses - All changes should be accompanied by platform support annotation changes.
speechrecognition_test/supported: Fail # Firefox Feature support statuses - All changes should be accompanied by platform support annotation changes.
Expand Down Expand Up @@ -462,7 +461,7 @@ xhr_test/xhr_requestBlob/xhr_requestBlob: Pass

# Note: these tests are all injecting scripts by design. This is not allowed under CSP.
# TODO(sra): Change these tests to use a same-origin JavaScript script file.
[ $compiler == dart2js && $csp && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runtime == ff || $runtime == safari) ]
[ $compiler == dart2js && $csp && ($runtime == chrome || $runtime == chromeOnAndroid || $runtime == ff || $runtime == safari) ]
event_customevent_test: SkipByDesign
js_array_test: SkipByDesign
js_dart_to_string_test: SkipByDesign
Expand Down Expand Up @@ -506,12 +505,6 @@ streams_test: RuntimeError
[ $compiler == dart2js && $minified ]
canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 12605

[ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ]
svgelement_test/supported_altGlyph: RuntimeError # Issue 25787

[ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
request_animation_frame_test: Skip # Async test hangs.

[ $compiler == dart2js && ($runtime == ff || $runtime == safari || $ie) ]
custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
Expand All @@ -537,13 +530,10 @@ scripts_htmltest: SkipByDesign # uses inline script
two_scripts_htmltest: SkipByDesign # uses inline script
worker_test/functional: SkipByDesign # starts worker with inline script

[ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt ]
[ $runtime == chrome || $runtime == chromeOnAndroid ]
webgl_1_test: Pass, Fail # Issue 8219

# 'html' tests import the HTML library, so they only make sense in
# a browser environment.
[ $runtime == dart_precompiled || $runtime == vm ]
*: Skip

[ $system == windows || $runtime == drt && $system == macos ]
xhr_test/xhr: Skip # Times out. Issue 21527
4 changes: 1 addition & 3 deletions tests/language/language_dart2js.status
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ await_not_started_immediately_test: RuntimeError # sync-async is on by default
full_stacktrace1_test: Pass, RuntimeError # Issue 12698
full_stacktrace2_test: Pass, RuntimeError # Issue 12698
full_stacktrace3_test: Pass, RuntimeError # Issue 12698
issue23244_test: RuntimeError # 23244
library_env_test/has_no_html_support: RuntimeError, OK
main_test/03: MissingRuntimeError # dart:isolate not supported
vm/*: Skip # Issue 12699
Expand All @@ -36,9 +37,6 @@ override_field_test/02: Pass, Slow # TODO(kasperl): Please triage.
int_round_to_double_test: RuntimeError # Large integer literal. Not valid in dart2.
regress_23408_test: RuntimeError

[ $compiler == dart2js && $runtime != drt ]
issue23244_test: RuntimeError # 23244

[ $compiler == dart2js && $runtime == ff ]
round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug.

Expand Down
3 changes: 0 additions & 3 deletions tests/language_2/language_2.status
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ initializer_super_last_test/cc32: MissingCompileTimeError # Was valid in Dart 1.
[ $compiler != dartdevc && !$checked ]
function_type/*: Skip # Needs checked mode.

[ $compiler == none && $runtime == drt && !$checked ]
assertion_initializer_const_error_test/01: Fail

[ $compiler != spec_parser && $runtime != none && !$checked && !$strong ]
closure_type_test: RuntimeError
map_literal1_test/01: MissingCompileTimeError
Expand Down
8 changes: 4 additions & 4 deletions tests/lib/lib.status
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ mirrors/*deferred*: Pass, RuntimeError # Issue 17458
[ $compiler == dart2js && $runtime == d8 && $fasta ]
js/null_test: RuntimeError

[ $compiler == dart2js && $runtime == ie11 ]
math/math2_test: RuntimeError
math/math_test: RuntimeError

[ $compiler == dart2js && $runtime == jsshell ]
async/catch_errors12_test: Fail # Timer interface not supported: Issue 7728.
async/catch_errors13_test: Fail # Timer interface not supported: Issue 7728.
Expand Down Expand Up @@ -359,10 +363,6 @@ mirrors/mirrors_used_get_name_test: RuntimeError
[ $compiler == dart2js && ($runtime == d8 || $browser) ]
async/timer_not_available_test: Fail, OK # only meant to test when there is no way to implement timer (currently only in jsshell)

[ $compiler == dart2js && ($runtime == drt || $runtime == ie11) ]
math/math2_test: RuntimeError
math/math_test: RuntimeError

[ $compiler != dart2js && $fasta ]
convert/utf82_test: CompileTimeError # Note: dart2js passes for the wrong reason, it hasn't switched to run in 64-bits
js/datetime_roundtrip_test: CompileTimeError
Expand Down
11 changes: 4 additions & 7 deletions tests/lib_2/lib_2.status
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ isolate/issue_24243_parent_isolate_test: Skip # Requires checked mode
[ $runtime == chrome ]
html/element_animate_test/timing_dict: RuntimeError # Issue 26730

[ $runtime == drt ]
html/webgl_extensions_test: Skip # webgl does not work properly on DRT, which is 'headless'.

[ $runtime == ff ]
convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
Expand Down Expand Up @@ -101,6 +98,9 @@ html/worker_api_test: Skip # Issue 13221
typed_data/float32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).
typed_data/int32x4_test: Fail, Pass # Safari has an optimization bug (nightlies are already fine).

[ $system == windows ]
html/xhr_test/xhr: Skip # Times out. Issue 21527

[ $browser ]
async/periodic_timer2_test: Pass, RuntimeError # Flaky. Issue 32094
async/periodic_timer3_test: Pass, RuntimeError # Flaky. Issue 32094
Expand Down Expand Up @@ -194,7 +194,7 @@ isolate/package_root_test: SkipByDesign # Uses Isolate.packageRoot
isolate/scenarios/*: SkipByDesign # Use automatic package resolution, spawnFunction and .dart URIs.
isolate/spawn_uri_fail_test: SkipByDesign # Uses dart:io.

[ $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt ]
[ $runtime == chrome || $runtime == chromeOnAndroid ]
html/webgl_1_test: Pass, Fail # Issue 8219

[ $runtime == chrome || $runtime == ff ]
Expand Down Expand Up @@ -241,9 +241,6 @@ isolate/browser/*: SkipByDesign # Browser specific tests
isolate/isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to pass when we have wrapper-less tests.
isolate/stacktrace_message_test: RuntimeError # Fails to send stacktrace object.

[ $system == windows || $runtime == drt && $system == macos ]
html/xhr_test/xhr: Skip # Times out. Issue 21527

[ $hot_reload || $hot_reload_rollback ]
async/stream_transformer_test: Pass, Fail # Closure identity
convert/chunked_conversion_utf88_test: SkipSlow
Expand Down
3 changes: 0 additions & 3 deletions tests/lib_2/lib_2_dart2js.status
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,6 @@ html/js_extend_class_test: RuntimeError
[ $compiler == dart2js && $runtime != d8 && !$strong ]
html/js_dart_functions_test: RuntimeError # does not implement Dart 2 implicit `.call` tearoff

[ $compiler == dart2js && $runtime == drt && !$checked ]
html/audiocontext_test/functional: Pass, Fail

[ $compiler == dart2js && $runtime == ff ]
async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 22050
Expand Down
5 changes: 0 additions & 5 deletions tests/lib_2/lib_2_dartdevc.status
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ html/element_animate_test/timing_dict: RuntimeError # Issue 29922
html/element_types_keygen_test: CompileTimeError # Issue 29055
html/js_dispatch_property_test: Skip # Timeout Issue 31030

[ $runtime == drt && ($compiler == dartdevc || $compiler == dartdevk) ]
html/svg_test: RuntimeError # Issue 29922
math/math2_test: RuntimeError # Issue 29922
math/math_test: RuntimeError # Issue 29922

[ $system == linux && ($compiler == dartdevc || $compiler == dartdevk) ]
html/interactive_geolocation_test: Skip # Requires allowing geo location.

Expand Down
2 changes: 1 addition & 1 deletion tools/dom/docs/docs.status
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# BSD-style license that can be found in the LICENSE file.

# docs.dart is a tool that only runs on the VM
[ $compiler == dart2js || $runtime == drt ]
[ $compiler == dart2js]
*: Skip

0 comments on commit 46743f3

Please sign in to comment.