Chris Swan
Chris Swan
@jakemac53 the app in the container (and any exit codes it may set) should be entirely irrelevant, as it's just providing a set of APIs that the tests run against....
@jakemac53 I set dependency overrides per https://github.com/dart-lang/test/issues/2248#issuecomment-2214537379 and ran `dart pub update` to get those overrides in place: ``` ! test 1.25.8-wip from git https://github.com/dart-lang/test/ at bd4d55 in pkgs/test (overridden)...
@jakemac53 whatever happened, those prints weren’t reached, which I guess tells its own story.
@jakemac53 I don’t _think_ we’re doing anything to make `dart test` do anything abnormal. No aliases, no custom runners, nothing you don’t see in the repo. Going back to when...
@jakemac53 yep, I think that's what's happening. I see a `finally` block that calls `exit(0)`. Does this now take us into a question of expected behaviour? I wouldn't expect an...
@edgarrmondragon now that I look... 🤦 I'm so accustomed to 'release early, release often' (and so used to bumping the Scorecard workflow for CodeQL changes) I'd missed that 5 months...
@cconstab do we have a way of invoking the remotely (from a GitHub Action)? I understand that the USB device needs to be present, but does a button need to...
Any tests that can be moved from e2e to integration tests is a good thing. But getting back to the original point, do you have a test framework in mind?...