-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrades release smoke tests to use new CLI (#3707)
Fixes #3277. Fixes #3679. Changes the tests of release downloads to use the new CLI Puts all such tests in quicktests.sh and not inline in the workflow By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license. --------- Co-authored-by: davidcok <davidcok@github.com> Co-authored-by: Fabio Madge <fmadge@amazon.com> Co-authored-by: Aaron Tomb <aarotomb@amazon.com> Co-authored-by: Remy Willems <rwillems@amazon.com> Co-authored-by: Mikaël Mayer <MikaelMayer@users.noreply.github.com> Co-authored-by: stefan-aws <120379523+stefan-aws@users.noreply.github.com> Co-authored-by: Aaron Tomb <aarontomb@gmail.com> Co-authored-by: Alex Chew <alex-chew@users.noreply.github.com>
- Loading branch information
1 parent
471b911
commit 4be21fe
Showing
5 changed files
with
78 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,49 @@ | ||
Using: ../../Scripts/dafny | ||
Should succeed | ||
|
||
Dafny program verifier finished with 1 verified, 0 errors | ||
Should fail | ||
b.dfy(1,24): Error: assertion might not hold | ||
|
||
Dafny program verifier finished with 0 verified, 1 error | ||
Compiling on C# | ||
Running with C# | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Compiling to Javascript | ||
Running with Javascript | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Compiling to Java | ||
Running with Java | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Compiling to Go | ||
Running with Go | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Compiling to Python | ||
Running with Python | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Building with C# | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Building with Javascript | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Building with Java | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
Building with Go | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) | ||
(42, 131) | ||
Building with Python | ||
|
||
Dafny program verifier finished with 0 verified, 0 errors | ||
(42, 131) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters