-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Compiler crashers: Sync with https://github.com/practicalswift/swift-compiler-crashes #280
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
Compiler crashers: Sync with https://github.com/practicalswift/swift-compiler-crashes #280
Conversation
Add 342 compiler crashes.
Thanks! I'll run tests on Linux and OS X and merge. |
@practicalswift FWIW I think there are a bunch more test cases from swift-compiler-crashes that didn't get synced — I can't, for example, find this one: https://github.com/practicalswift/swift-compiler-crashes/blob/736d5c8bee75f676ff3750e4ad3165d81059fe03/crashes/26296-duplicate-subscript-declaration.swift |
These tests don't crash on Linux and OS X, please move them to the directory for fixed crashers:
|
I know this isn't the best place to ask. How do you run the test ? |
@stefanstefan2001 |
@gribozavr Thank you. |
@gribozavr Let me know if any further adjustments are needed :-) |
Nice! Thank you @practicalswift , you continue to be awesome! |
@practicalswift One more thing: these two tests are actually valid programs, so they don't need
|
@gribozavr Fixed! Sorry about this - still trying to grasp all aspects of the RUN annotations used in the project :-) |
:) |
Actually update epoll events if needed when unregistering
Actually update epoll events if needed when unregistering Signed-off-by: Daniel A. Steffen <[email protected]>
XFAIL IBAnimatable: SR-9146
Add 342 compiler crashes.