ac245f73af
This CL "finishes" the first iteration of adding sourcemaps to the
DDC-kernel pipeline. There will likely still be some work left to do,
but it can be added as it is noticed. Ideally by adding a test first.
This CL adds testing and fixes source maps for
- (Better) handling of async, async* and sync*
- Conditional expressions
- await for
- multi catch (catch on (...) { ... } catch on (...) { ... })
- yield
- variable set
- static set
- == and identical
- string concatenation
- is and as
- throw
- map literals
Bug:
Change-Id: Ia3e5145eff049d9829cb636864ef76f300e09615
Reviewed-on: https://dart-review.googlesource.com/24105
Commit-Queue: Jens Johansen <jensj@google.com>
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE.md file.
|
|
|
|
/hello_sane_column_on_print_return_value: Crash
|
|
/printing_class_fields: Crash
|
|
/printing_class_fields_step_into: Crash
|
|
/stops_at_ending_brace: Crash
|
|
/no_mapping_on_class_constructor_line: Crash
|
|
/no_mapping_on_class_named_constructor_line: Crash
|
|
/next_through_assign_call_test: Crash
|
|
/hello_class_call: Crash
|
|
/next_through_assign_call_test: Crash
|
|
/method_call_with_named_parameters: Crash
|
|
/method_call_with_named_parameters_no_given: Crash
|
|
/call_on_field_in_class: Crash
|
|
/next_through_assign_int_test: Crash
|
|
/next_through_catch_test: Crash
|
|
/next_through_for_each_loop_test: Crash
|
|
/next_through_operator_bracket_on_this_test: Crash
|
|
/next_through_operator_bracket_test: Crash
|
|
/hello_async: Crash
|
|
/next_through_is_and_as_test: Crash
|
|
/next_through_multi_catch_test: Crash
|
|
/step_through_async_star_yield: Crash
|
|
/step_through_await_for: Crash
|
|
/step_through_conditional_expression: Crash
|
|
/step_through_if_and_identical: Crash
|
|
/step_through_property_get_test: Crash
|
|
/step_through_sync_star: Crash
|