-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselfgood first issueGood for newcomersGood for newcomersnfcFlag: No Functional ChangeFlag: No Functional Change
Description
Previous ID | SR-342 |
Radar | None |
Original Reporter | @gottesmm |
Type | Bug |
Additional Detail from JIRA
Votes | 0 |
Component/s | Compiler |
Labels | Bug, StarterBug |
Assignee | None |
Priority | Medium |
md5: c67ceae294f0653e3d62193d939cc2e1
Issue Description:
Due to problems with the SILParser there are tests for the SILOptimizer and IRGen that were written as swift tests instead of *.sil tests.
Using *.swift tests allows for frontend changes to potentially cause a test to no longer test what it is supposed to test due to codegen changes.
This should expose additional bugs in the SILParser yielding further work.
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselfgood first issueGood for newcomersGood for newcomersnfcFlag: No Functional ChangeFlag: No Functional Change