-
Notifications
You must be signed in to change notification settings - Fork 14k
Set -Cpanic=abort in windows-msvc stack protector tests #148849
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
base: main
Are you sure you want to change the base?
Conversation
|
@bors try jobs=i686-msvc-1,i686-msvc-2,x86_64-msvc-1,x86_64-msvc-2 |
This comment has been minimized.
This comment has been minimized.
Set -Cpanic=abort in windows-msvc stack protector tests try-job: i686-msvc-1 try-job: i686-msvc-2 try-job: x86_64-msvc-1 try-job: x86_64-msvc-2
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 2c131d9 failed: CI. Failed jobs:
|
41c145e to
57630ae
Compare
|
@bors try jobs=i686-msvc-1,i686-msvc-2,x86_64-msvc-1,x86_64-msvc-2 |
This comment has been minimized.
This comment has been minimized.
Set -Cpanic=abort in windows-msvc stack protector tests try-job: i686-msvc-1 try-job: i686-msvc-2 try-job: x86_64-msvc-1 try-job: x86_64-msvc-2
|
💔 Test for 4f07087 failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
57630ae to
2852654
Compare
|
@bors try jobs=i686-msvc-1,i686-msvc-2,x86_64-msvc-1,x86_64-msvc-2 |
This comment has been minimized.
This comment has been minimized.
Set -Cpanic=abort in windows-msvc stack protector tests try-job: i686-msvc-1 try-job: i686-msvc-2 try-job: x86_64-msvc-1 try-job: x86_64-msvc-2
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for b651f78 failed: CI. Failed jobs:
|
I ran into a test failure with the 32-bit windows test on #117192, one of the tests has been incorrectly passing (until my change!) because it is picking up the stack protector from another function. I've tried to prevent that happening again by adding CHECK-DAGs for the start and end of each function.
I've also done my best to correct the comments, some were based on the fact that we used to run these tests with unwinding panics, but LLVM doesn't add protectors to function with SEH funclets so it's must more straightforward for these tests to use
-Cpanic=abort.