Alexander Markov
24b8399086
[tests] Avoid small --optimization-counter-threshold in tests
...
Small --optimization-counter-threshold makes tests very slow,
especially on architectures where kernel service runs from
kernel and not from app-jit snapshot.
TEST=change in tests, *-ia32 bots
Fixes https://github.com/dart-lang/sdk/issues/48627
Change-Id: I63e7e201ef9a0e4f645016c39a5be1819b61822d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263421
Commit-Queue: Alexander Markov <alexmarkov@google.com >
Reviewed-by: Ryan Macnak <rmacnak@google.com >
2022-10-10 21:04:18 +00:00
Nicholas Shahan
5f8b3e8283
[tests] Migrate multi-test to static error test
...
Remove compile time errors from null_test.dart and move them into
a new static error test file.
Add the other mixin application syntax.
This makes it so much easier to run and debug null_test.dart on a
backend.
Change-Id: I126a580ccf477962cd90dccff267034bd9b35a2b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254722
Commit-Queue: Erik Ernst <eernst@google.com >
Auto-Submit: Nicholas Shahan <nshahan@google.com >
Reviewed-by: Erik Ernst <eernst@google.com >
2022-08-12 07:57:48 +00:00
Erik Ernst
3a7eeb6315
Rename is{Strong,Weak}Mode to has{Sound,Unsound}NullSafety
...
Change-Id: If3912d75c5f89a741299b2fae4299d01ac928eec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170424
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com >
Reviewed-by: Michael Thomsen <mit@google.com >
Reviewed-by: Mayank Patke <fishythefish@google.com >
Commit-Queue: Erik Ernst <eernst@google.com >
2020-11-05 14:26:53 +00:00
Konstantin Shcheglov
8de8a1c226
Move codes from StaticTypeWarningCode into CompileTimeErrorCode.
...
They are all errors now.
Change-Id: If48d38e38e845fd5b5a950dd5514bf1cbbce03d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155880
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com >
2020-07-27 16:44:15 +00:00
Robert Nystrom
99564b09b4
Migrate language_2/null to NNBD.
...
Change-Id: I9336b7fa58c144c8b946e7aac3128a9d9925d7d4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149787
Commit-Queue: Bob Nystrom <rnystrom@google.com >
Auto-Submit: Bob Nystrom <rnystrom@google.com >
Reviewed-by: Erik Ernst <eernst@google.com >
2020-06-05 18:59:56 +00:00