co19 icon indicating copy to clipboard operation
co19 copied to clipboard

A Dart language and library conformance test suite

Results 40 co19 issues
Sort by recently updated
recently updated
newest added

Example of flaky test is https://github.com/dart-lang/sdk/issues/56706 It seems that either the temp name generation method should add some file uniqueness checks before handing out generated result, or https://api.flutter.dev/flutter/package-file_file/Directory/createTempSync.html should be...

bad-test

On Windows file deletion might fail with `The process cannot access the file because it is being used by another process.` I believe these should be ignored during test cleanup...

bad-test

Write up co19 tests for the import shorthand feature. Examples pulled from [the spec](https://github.com/dart-lang/language/blob/main/accepted/future-releases/unquoted-imports/feature-specification.md).

area-test

Here is the specification: https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/parts_with_imports.md.

status-blocked
area-test

In particular, we have no tests for promotion via type casts. Add them and any other missing ones, if applicable.

area-test

Check the existing tests and add missing ones. In particular we have no tests for "17.22.3 Instance Method Closurization".

area-test

[Errors and Warnings](https://github.com/dart-lang/language/blob/main/accepted/2.12/nnbd/feature-specification.md#errors-and-warnings) section of NNBD specifications has updates that were not reflected in appropriate co19 tests. Check the tests and the spec text and update the tests when needed.

type-enhancement