-
Notifications
You must be signed in to change notification settings - Fork 182
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
Run some checks on windows #2730
Open
cptartur
wants to merge
72
commits into
master
Choose a base branch
from
2716-run-tests-on-windows
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 66 commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
ea31dd2
Run some checks on windows
cptartur 3fb3906
Remove linux specific expected message
cptartur 5ebc63a
Run 2.8.3 only on ubuntu-latest
cptartur b738f12
Ignore fork related integration tests on windows
cptartur a7e4b4b
Ignore fork related integration tests on windows
cptartur 864818a
Do not run coverage and profiler tests on windows
cptartur 6c7cb45
Add install_devnet.ps1
cptartur 72fd826
Run install_devnet.ps1 on windows
cptartur f4e15ea
Fix nextest platform specific uploads
cptartur 527325b
Always run step in bash
cptartur cccb52b
Change path on windows
cptartur 49b9ab4
Fix path to platform
cptartur 75dfa7d
Fix tag name in install_devnet.ps1
cptartur 3a849d8
Du not run forking e2e tests in windows
cptartur 462d546
Add `--no-fail-fast` to forge e2e tests
cptartur 31ec41f
Add different installation steps for windows and Linux/macOS
cptartur 198ba82
Always run e2e prep steps using bash
cptartur 0221ce3
Disable `setup_fork::incompatible_abi` on windows
cptartur a6a9b5e
Merge branch 'master' into 2716-run-tests-on-windows
cptartur 97b7eb0
Disable `cheat_fork::store_load_cairo0_contract` on windows
cptartur 1945681
System specific devnet path
cptartur 45c531d
System specific devnet killing
cptartur 5c9100c
Fix windows devnet path
cptartur e3f49d9
Remove os specific error from `test_invalid_private_key_file_path`
cptartur 6c73d27
Remove os specific error from `test_directory_non_existent`
cptartur 0a3384d
Handle `.exe` in sncast name in `test_no_output_path_specified`
cptartur ee04138
Remove os specific error from `test_invalid_path`
cptartur 6707dc7
Remove os specific path from `test_initialized_script_compiles`
cptartur ea8c9af
Use different scripts depending on the os
cptartur 988d6d7
Use powershell on windows
cptartur fad159a
Fix powershell syntax
cptartur 0b7af36
Remove unused constant
cptartur a2c3d0a
Use strings in `format!` directly
cptartur 9dbfada
Sanitise file name for traces
cptartur a9eeefe
Merge branch 'master' into 2716-run-tests-on-windows
cptartur 85dbaae
Replace `::` in file names
cptartur c5c994c
Disable fail-fast for matrix tests
cptartur 4b2302f
Change trace related paths
cptartur 8138b99
Remove os specific errors
cptartur 115b2a7
Replace `::`
cptartur 3924657
Force `lf` line endings on windows
cptartur f3cde99
Bypass powershell execution policy
cptartur 3000fff
Force `lf` line endings on windows
cptartur e416b0c
Remove OS specific error
cptartur 7fde1e7
Cache devnet on Windows
cptartur e3164ab
Fix path to devnet
cptartur 3bb66d7
Make hard_test harder
cptartur 4135145
Add missing ```
cptartur f95d30f
Build devnet cache
cptartur 5085d32
Uncomment tests
cptartur 023f4fa
Remove steps running non-existent test
cptartur 000aa1d
Add newline to .gitattributes
cptartur 10faf23
Use proper cfg for windows
cptartur 10dde82
Restore tests order
cptartur b9527aa
Disable whole modules on windows
cptartur d9cefbc
Update asserts
cptartur c5f45ec
Add missing newline to install_devnet.ps1
cptartur 84f40bf
Run profiler only on not windows
cptartur 409eeab
Remove os specific asserts
cptartur 34178da
Remove unnecessary profiler installation
cptartur 92c025b
Mention trace file changes in CHANGELOG.md
cptartur 833320c
Remove unnecessary todo
cptartur 1a51b13
Use revision instead of tag
cptartur e9e18ed
Restore OS specific errors for files
cptartur 04637a9
Lint, use reference
cptartur cbefce3
Fix windows error
cptartur e351f64
Fix windows error
cptartur 0112d70
Use devnet revision on ci
cptartur aa534d1
Remove comments
cptartur 91d8ec5
Update .github/workflows/ci.yml
cptartur 8c209cc
Remove unnecessary test step
cptartur f641187
Merge branch 'master' into 2716-run-tests-on-windows
cptartur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.* text eol=lf |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should use commit hash because it is immutable, unlike a tag which is mutable therefore could theoretically pose some risk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs to be changed 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated here as well