-
Notifications
You must be signed in to change notification settings - Fork 12.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
fix ignore header in MSVC test #108809
fix ignore header in MSVC test #108809
Conversation
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.
r=me unless you really want Pietro to approve 🙂
Not necessarily, so thanks Wesley 🙏 We're not 100% sure the test will pass CI, so let's not roll it up unconditionally. It seems probable that it could succeed. @bors r=wesleywiser rollup=iffy |
📌 Commit 3c8078a70f4cf4cf5bfa5239b363d1b4e59d8d20 has been approved by It is now in the queue for this repository. |
Heh my plan was to fix this when starting to validate |
⌛ Testing commit 3c8078a70f4cf4cf5bfa5239b363d1b4e59d8d20 with merge 33ba73e8ae57e467415899ce019d93d52760d517... |
💔 Test failed - checks-actions |
The fact that this test fails (or has regressed) isn't a big problem thankfully: it's only testing CLI behavior. So I've fixed the test pattern and took care of the expectations (we don't really need to bless them here). I'm quite confident it will pass on CI now, even rolled up. |
This comment was marked as outdated.
This comment was marked as outdated.
@bors r+ |
⌛ Testing commit 956bebb with merge f63872b77943ce45144a81665bb9107134939eb3... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
That looks unrelated, and probably spurious. @bors retry |
⌛ Testing commit 956bebb with merge bfcdf522a6d7d7cbf8cc26c8668ae56a13f95008... |
☀️ Test successful - checks-actions |
Finished benchmarking commit (cd6c574): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
note for perf triage: |
From @pietroalbini's zulip message
This test is currently ignored on x64 MSVC CI because of this incorrect target. We'll see if it still passes.
r? @pietroalbini