-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
Add phpseclib, Psalm, PHPStan nightly tests #12270
Closed
Closed
Changes from 29 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
ef6db9f
Trigger JIT tracing&compilation more often, enable JIT for ASAN
danog 4e504e1
Revert some changes
danog 2c965c1
Fix
danog ca53391
Increase JIT buffer size since Psalm get dangerously close to the 16M…
danog 88cf395
Add test for https://github.com/php/php-src/issues/11917
danog b3a2b3e
Remove jit_prof_threshold
danog a979682
Run opcache tests with JIT on windows
danog 94714eb
Unify JIT settings and explicitly disable JIT where needed
danog f397961
Move new JIT test, fixup mac OS builds too
danog b4ac0e2
Explicitly disable JIT for ASAN builds
danog 8c92c0e
Remove mistakenly added additional 0
danog 8701969
Add phpseclib, psalm, phpstan nightly JIT+ASAN tests
danog 104f03f
Change config in all other CIs
danog c5af745
Change config in all other CIs
danog c30b9b3
Fixup config
danog e11a67a
Improve
danog 665e09c
Improve tests
danog f822a56
Parallelize
danog 4aa113f
Remove RAM limitations
danog 543b52b
Update
danog a06eea9
Fix deps
danog 8de7066
Fix deps
danog 1a4d450
Fixup opcache
danog 96f7b74
Reorder
danog 84373f0
fix
danog f837597
Update to upstream phpseclib
danog 4caf2d6
Improve workflow
danog 12281a4
Remove new tests, move to separate PR
danog ef71bd5
Add phpseclib, Psalm, PHPStan, UV+AMP nightly tests
danog 220db9a
Merge remote-tracking branch 'origin/master' into improve_jit_nightly…
danog 2df24e0
Tweak flags
danog 7877d96
Update config
danog 4996e34
Merge remote-tracking branch 'origin/master' into improve_jit_nightly…
danog e62d3d9
Update config
danog 39e6c89
Add patch script
danog 4bbdfde
Fix
danog a336ed7
Fixup
danog 73fbf4c
Fixes
danog 6588b79
Fixup
danog ab27c26
Improve limits
danog b474ce3
Fixup counters
danog a76d75f
Increase interned strings buffer size
danog 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
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.
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're not using paratest for the other frameworks. Can we use it there too? In that case this would be best introduced in a separate PR.