Demiurg906/k1 tests removal/test data cleanup#5824
Conversation
Code Owners
|
|
/dry-run |
|
THIS IS A DRY RUN Quality gate is triggered at https://buildserver.labs.intellij.net/build/920348613 — use this link to get full insight. Quality gate was triggered with the following revisions:
|
|
Triggered a retry attempt #1 out of 1. |
1d39ce3 to
3d6aea3
Compare
|
Quality gate failed. See https://buildserver.labs.intellij.net/build/920348613 to get full insight. |
|
Many tests that were disabled on K1 also had comments explaining why they were disabled. Now that It's particularly not great where this is replaced with So, please remove/adjust headers that explain why tests on K1 were disabled in these tests: |
|
Other random things I noticed while reviewing the test data changed in this PR (probably to be done separately):
|
sandwwraith
left a comment
There was a problem hiding this comment.
I noticed that some tests in testData/diagnostics/tests still have .fir versions (notably all crv-related ones). Do you plan to address this later?
|
@demiurg906 I don't see any Compose changes here, is this JFYI or do expect a follow up PR from the Compose team? |
dzharkov
left a comment
There was a problem hiding this comment.
FTR: Reviewed mostly non-backend parts
|
@ShikaSD Aparently Github can't handle more than ~2k files in one PR. There are few renamed testdata files in compose tests in the following commits:
|
|
@sandwwraith yep, I'll check them later, once this PR will land. |
3d6aea3 to
6e6178a
Compare
New changes affect files owned by this reviewer. Re-review required.
Delete `// FIR_IDENTICAL` directives from tests with IR dumps. ^KT-85292
Remove FIR_IDENTICAL processing from IR dump handlers ^KT-85292
Delete `.ranges.txt` dumps if `.fir.ranges.txt` dump exists. ^KT-85292
Rename `.fir.ranges.txt` dumps to `.ranges.txt` dump exists. ^KT-85292
Delete `// FIR_IDENTICAL` directives from source ranges tests. ^KT-85292
Remove `// FIR_IDENTICAL` processing from IrSourceRangesDumpHandler ^KT-85292
...from `.fir.ir.diag.txt` to `.ir.diag.txt`. ^KT-85292
Remove `.diag.txt` dumps if `.fir.diag.txt` exists. ^KT-85292
Rename `.fir.diag.txt` dumps to `.diag.txt`. ^KT-85292
Change target dump file extension in `FirDiagnosticsHandler` to `.diag.txt`. ^KT-85292
Delete `.asm.txt` dump if there is a `.asm.fir.txt` dump present. ^KT-85292
Rename `.asm.fir.txt` dumps `.asm.txt`. ^KT-85292
Delete FIR_DIFFERENCE directive from ASM tests. ^KT-85292
Delete support of K1 dumps from `AsmLikeInstructionListingHandler`. ^KT-85292
Delete `.cli.out` dump if there is a `.cli.fir.out` dump present. ^KT-85292
Rename `.cli.fir.out` dumps to `.cli.out`. ^KT-85292
Remove support of `.cli.fir.out` dumps from `NonSourceErrorMessagesHandler`. ^KT-85292
Delete `.txt` dump if there is a `.fir.txt` dump present. ^KT-85292
Rename `.fir.txt` dump to `.txt`. ^KT-85292
Remove K1 dumps processing from `BytecodeListingHandler` ^KT-85292
1a5e842 to
d1b8dd0
Compare
|
Quality gate is triggered at https://buildserver.labs.intellij.net/build/921669328 — use this link to get full insight. Quality gate was triggered with the following revisions:
|
|
Triggered a retry attempt #1 out of 1. |
|
Quality gate finished successfully (recovered via retry). |
No description provided.