Commit 08bac93
test(autotest): drop verify: on basic-editing save-all-step5
Last remaining CI failure (run 25665240373): the save-all-step5 verify
text 'All files saved, no compilation errors' caused an LLM downgrade.
After the prior step 'apply-code-action Create method call()' Eclipse
inserts a TODO-marked stub. The LLM consistently flagged the lingering
TODO marker as 'compilation error persists', concluding Save All didn't
work. Ground truth: verifyProblems.errors:0 already passes (TODOs are
not errors).
Drop verify: text — deterministic verifier remains.
Local: java-basic-editing 21/21 with LLM verification on.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1d526b7 commit 08bac93
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | | - | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments