dart-sdk/pkg/dev_compiler/test/expression_compiler
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
..
asset_file_system_test.dart [ddc] Migrate AssetFileSystem to null safety 2022-01-10 21:58:03 +00:00
expression_compiler_e2e_amd_legacy_test.dart [ddc] Migrate tests to null safety 2022-06-22 22:05:25 +00:00
expression_compiler_e2e_amd_sound_test.dart [ddc] Migrate tests to null safety 2022-06-22 22:05:25 +00:00
expression_compiler_e2e_amd_unsound_test.dart [ddc] Migrate tests to null safety 2022-06-22 22:05:25 +00:00
expression_compiler_e2e_dart_2_17_test.dart Retire the 2.17 language feature experiment flags. 2022-07-11 13:02:22 +00:00
expression_compiler_e2e_ddc_legacy_test.dart [ddc] Migrate tests to null safety 2022-06-22 22:05:25 +00:00
expression_compiler_e2e_ddc_sound_test.dart [ddc] Migrate tests to null safety 2022-06-22 22:05:25 +00:00
expression_compiler_e2e_ddc_unsound_test.dart [ddc] Migrate tests to null safety 2022-06-22 22:05:25 +00:00
expression_compiler_e2e_shared.dart [ddc] Fix the use of the wrong null literal 2022-07-25 19:22:49 +00:00
expression_compiler_e2e_suite.dart [ddc] Fix the use of the wrong null literal 2022-07-25 19:22:49 +00:00
expression_compiler_test.dart [ddc] Migrate expression_compiler to null safety 2022-06-22 21:30:16 +00:00
expression_compiler_worker_amd_test.dart [ddc] Migrate expression_compiler_worker 2022-07-18 21:14:53 +00:00
expression_compiler_worker_ddc_test.dart [ddc] Migrate expression_compiler_worker 2022-07-18 21:14:53 +00:00
expression_compiler_worker_shared.dart [ddc] Update content-length to not be negative 2022-07-21 00:45:35 +00:00
scope_offset_test.dart [ddc] Migrate last tests to null safety 2022-07-18 23:04:44 +00:00