-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failures on [co19] Roll co19 to c051b94705832669ea10d6e064e777aad87b0e25 #922
Comments
2020-08-24 sgrekhov@unipro.ru Fixes 921. co19 roll failures fixed 2020-08-24 sgrekhov@unipro.ru LibTest\io tests fixed to not to fail on tryjobs 2020-08-24 sgrekhov@unipro.ru Fixes 919. LibTest\isolate\SendPort and LibTest\isolate\Capability tests migrated to null safety 2020-08-24 sgrekhov@unipro.ru Fixes 918. LibTest\isolate\ReceivePort tests migrated to null safety 2020-08-24 sgrekhov@unipro.ru LibTest/html tests compile time errors fixed Failures will be triaged on dart-lang/co19#922. Change-Id: Ide83f78b0ecfbdde39a6bf3405152020501d2320 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/160060 Reviewed-by: William Hesse <whesse@google.com>
CFE failures analyzer... According to the log analyzer expects a failure in a wrong place. It's odd. I'm unable to reproduce it nor on class C {
f() {
final i; // Accordng to the log there's no error here
// ^
// [analyzer] unspecified
// [cfe] unspecified
return i; // Accordng to the log there's an error here
}
}
main() {
new C().f();
} @athomas What version of the analyzer was used by the tryjob? Is there a way to rerun this test on the fresh version of the analyzer? Or, for example, mark this test as passed. If it failed on the next roll I'll see that and return back to this test |
The failure seems to be still present in the logs (this is a separate job): How exactly did you run the test?
|
I used
As you can see there is an error on line 29 column 11. If to try
And here we have |
Most likely because you're not passing |
Indeed. Sorry for bothering |
There are new test failures on [co19] Roll co19 to c051b94705832669ea10d6e064e777aad87b0e25.
The tests
are failing on configurations
The text was updated successfully, but these errors were encountered: