dart-sdk/pkg/dev_compiler/test
Nicholas Shahan 901d01a45c [ddc] Fix the use of the wrong null literal
This code should be using a `LiteralNull` from the JS AST but was
accidentally using the `NullLiteral` from the Kernel AST.

Add a test to trigger this code path in the expression compiler
because there must not be a source location for the code being
compiled.

Add a retry duration for getting a chrome tab in the test suite.
This fixes a failure I was seeing when I run the test locally.

Change-Id: I6900ace6280f1105c77ccafce4f47d0fc5771d6b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252540
Reviewed-by: Anna Gringauze <annagrin@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2022-07-25 19:22:49 +00:00
..
expression_compiler [ddc] Fix the use of the wrong null literal 2022-07-25 19:22:49 +00:00
js [ddc] Remove more diffs with pkg/js_ast 2022-03-30 19:53:30 +00:00
module_symbols [ddc] Migrate module symbol tests to null safety 2022-07-18 21:59:43 +00:00
sourcemap [ddc] Migrate sourcemap and stacktrace tests 2022-06-22 22:05:25 +00:00
worker [ddc] Migrate last tests to null safety 2022-07-18 23:04:44 +00:00
modular_suite.dart [CFE] Remove support for .packages file 2022-06-24 08:20:39 +00:00
modular_suite_nnbd.dart [CFE] Remove support for .packages file 2022-06-24 08:20:39 +00:00
module_metadata_test.dart [ddc] Migrate module_metadata to null safety 2021-10-05 22:57:42 +00:00
nullable_inference_test.dart [CFE] Remove support for .packages file 2022-06-24 08:20:39 +00:00
sdk_source_map_test.dart [ddc] Migrate more tests to null safety 2022-06-22 22:05:25 +00:00
shared_test_options.dart [ddc] Migrate command to null safety 2022-06-22 21:30:16 +00:00
string_to_uri_test.dart [ddc] Migrate more tests to null safety 2022-06-22 22:05:25 +00:00