Run dartdevc tests on drt instead of Chrome on the bots.

Also, do another triage pass on the tests.

R=vsm@google.com

Review-Url: https://codereview.chromium.org/2964043004 .
This commit is contained in:
Bob Nystrom 2017-07-05 09:45:15 -07:00
parent daa38a2ea2
commit 1bd907dc2e
5 changed files with 12 additions and 62 deletions

View file

@ -86,10 +86,8 @@ list_insert_test: RuntimeError # Issue 29921
list_removeat_test: RuntimeError # Issue 29921
list_replace_range_test: RuntimeError # Issue 29921
list_set_all_test: RuntimeError # Issue 29921
list_to_string2_test: RuntimeError # Issue 29921
main_test: RuntimeError # Issue 29921
map_keys2_test: RuntimeError # Issue 29921
map_to_string_test: RuntimeError # Issue 29921
nan_infinity_test/01: RuntimeError # Issue 29921
null_nosuchmethod_test: RuntimeError # Issue 29921
null_test: RuntimeError # Issue 29921

View file

@ -720,18 +720,15 @@ bad_raw_string_test/03: MissingCompileTimeError # Issue 28664
[ $compiler == dartdevc ]
assertion_test: RuntimeError # DDC doesn't support function arguments to assert().
async_await_test/02: CompileTimeError # Issue 28969
async_await_test/03: CompileTimeError # Issue 28969
async_await_test/none: CompileTimeError # Issue 28969
async_star_cancel_while_paused_test: RuntimeError # Issue 29920
async_star_test/01: CompileTimeError # Issue 28969
async_star_test/02: CompileTimeError # Issue 28969
async_star_test/03: CompileTimeError # Issue 28969
async_star_test/04: CompileTimeError # Issue 28969
async_star_test/05: CompileTimeError # Issue 28969
async_star_test/none: CompileTimeError # Issue 28969
async_star_test/01: RuntimeError # Issue 28969
async_star_test/02: RuntimeError # Issue 28969
async_star_test/03: RuntimeError # Issue 28969
async_star_test/04: RuntimeError # Issue 28969
async_star_test/05: RuntimeError # Issue 28969
async_star_test/none: RuntimeError # Issue 28969
asyncstar_throw_in_catch_test: Timeout # Issue 29920
await_future_test: Timeout # Issue 29920
await_future_test: Pass, Timeout # Issue 29920
bad_raw_string_test/03: MissingCompileTimeError # Issue 29920
bit_operations_test/01: RuntimeError # No bigints on web.
bit_operations_test/02: RuntimeError # No bigints on web.

View file

@ -170,65 +170,20 @@ html/scripts_htmltest: Skip # Issue 29919
html/two_scripts_htmltest: Skip # Issue 29919
[ $compiler == dartdevc ]
async/first_regression_test: CompileTimeError # Issue 29922
async/future_or_bad_type_test/none: RuntimeError # Issue 29922
async/future_or_non_strong_test: RuntimeError # Issue 29922
async/future_or_strong_test: RuntimeError # Issue 29922
async/future_timeout_test: CompileTimeError # Issue 29922
async/futures_test: RuntimeError # Issue 29922
async/multiple_timer_test: CompileTimeError # Issue 29922
async/schedule_microtask2_test: CompileTimeError # Issue 29922
async/schedule_microtask3_test: CompileTimeError # Issue 29922
async/schedule_microtask5_test: CompileTimeError # Issue 29922
async/slow_consumer_test: Timeout # Issue 29922
async/stream_controller_async_test: CompileTimeError # Issue 29922
async/stream_first_where_test: CompileTimeError # Issue 29922
async/stream_from_iterable_test: CompileTimeError # Issue 29922
async/stream_iterator_test: CompileTimeError # Issue 29922
async/stream_join_test: CompileTimeError # Issue 29922
async/stream_last_where_test: CompileTimeError # Issue 29922
async/stream_periodic2_test: CompileTimeError # Issue 29922
async/stream_periodic3_test: CompileTimeError # Issue 29922
async/stream_periodic4_test: CompileTimeError # Issue 29922
async/stream_periodic5_test: CompileTimeError # Issue 29922
async/stream_periodic6_test: CompileTimeError # Issue 29922
async/stream_periodic_test: CompileTimeError # Issue 29922
async/stream_single_test: CompileTimeError # Issue 29922
async/stream_single_to_multi_subscriber_test: CompileTimeError # Issue 29922
async/stream_state_nonzero_timer_test: CompileTimeError # Issue 29922
async/stream_state_test: CompileTimeError # Issue 29922
async/stream_subscription_as_future_test: CompileTimeError # Issue 29922
async/stream_subscription_cancel_test: CompileTimeError # Issue 29922
async/stream_timeout_test: CompileTimeError # Issue 29922
async/stream_transform_test: CompileTimeError # Issue 29922
async/stream_transformation_broadcast_test: CompileTimeError # Issue 29922
async/timer_cancel1_test: CompileTimeError # Issue 29922
async/timer_cancel2_test: CompileTimeError # Issue 29922
async/timer_cancel_test: CompileTimeError # Issue 29922
async/timer_isActive_test: CompileTimeError # Issue 29922
async/slow_consumer_test: Pass, Timeout # Issue 29922
async/timer_not_available_test: RuntimeError # Issue 29922
async/timer_repeat_test: CompileTimeError # Issue 29922
async/timer_test: CompileTimeError # Issue 29922
async/zone_error_callback_test: RuntimeError # Issue 29922
async/zone_run_unary_test: RuntimeError # Issue 29922
convert/streamed_conversion_json_encode1_test: RuntimeError # Issue 29922
convert/streamed_conversion_json_utf8_encode_test: Pass, Timeout # Issue 29922
convert/streamed_conversion_utf8_decode_test: Pass, Timeout # Issue 29922
convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 29922
html/async_spawnuri_test: CompileTimeError # Issue 29922
html/async_test: CompileTimeError # Issue 29922
html/canvas_test: CompileTimeError # Issue 29922
html/canvasrenderingcontext2d_test/arc: CompileTimeError # Issue 29922
html/canvasrenderingcontext2d_test/drawImage_canvas_element: CompileTimeError # Issue 29922
html/canvasrenderingcontext2d_test/drawImage_image_element: CompileTimeError # Issue 29922
html/canvasrenderingcontext2d_test/drawImage_video_element: CompileTimeError # Issue 29922
html/canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: CompileTimeError # Issue 29922
html/canvasrenderingcontext2d_test/fillText: CompileTimeError # Issue 29922
html/canvasrenderingcontext2d_test/pixel_manipulation: CompileTimeError # Issue 29922
html/cross_domain_iframe_test: CompileTimeError # Issue 29922
html/css_test/functional: CompileTimeError # Issue 29922
html/css_test/supportsPointConversions: CompileTimeError # Issue 29922
html/cssstyledeclaration_test: CompileTimeError # Issue 29922
html/async_spawnuri_test: RuntimeError # Issue 29922
html/async_test: RuntimeError # Issue 29922
html/custom/attribute_changed_callback_test/fully_supported: CompileTimeError # Issue 29922
html/custom/attribute_changed_callback_test/unsupported_on_polyfill: CompileTimeError # Issue 29922
html/custom/constructor_calls_created_synchronously_test: CompileTimeError # Issue 29922
@ -264,7 +219,6 @@ html/custom_elements_test/lifecycle: CompileTimeError # Issue 29922
html/custom_elements_test/mixins: CompileTimeError # Issue 29922
html/custom_elements_test/preregister: CompileTimeError # Issue 29922
html/custom_elements_test/register: CompileTimeError # Issue 29922
html/custom_tags_test: CompileTimeError # Issue 29922
html/element_animate_test/animate_supported: CompileTimeError # Issue 29922
html/element_animate_test/omit_timing: CompileTimeError # Issue 29922
html/element_animate_test/simple_timing: CompileTimeError # Issue 29922

View file

@ -26,6 +26,6 @@ FLAGS = [
if __name__ == '__main__':
(bot_name, _) = bot.GetBotName()
system = bot_utils.GetSystemFromName(bot_name)
info = bot.BuildInfo('dartdevc', 'chrome', 'release', system,
info = bot.BuildInfo('dartdevc', 'drt', 'release', system,
arch='x64', checked=True)
bot.RunTest('dartdevc', info, TARGETS, flags=FLAGS)

View file

@ -542,6 +542,7 @@ class Compiler {
// (other browsers, d8) when tested and working.
return const [
Runtime.none,
Runtime.drt,
Runtime.chrome,
];