Skip to content

Fix/breaking compiler test 2710#2713

Open
PaulKlint wants to merge 11 commits intomainfrom
fix/breaking-compiler-test-2710
Open

Fix/breaking compiler test 2710#2713
PaulKlint wants to merge 11 commits intomainfrom
fix/breaking-compiler-test-2710

Conversation

@PaulKlint
Copy link
Member

@PaulKlint PaulKlint commented Mar 13, 2026

Fixes #2710

With the help of the team at swat.engineering the issue was reduced to a manageable reproduction case.

Further analysis showed that operations on the memory file system can be so fast that an imprecise comparison of modification dates was exposed. This has been fixed here.

@PaulKlint PaulKlint requested a review from DavyLandman March 13, 2026 21:09
@codecov
Copy link

codecov bot commented Mar 14, 2026

Codecov Report

❌ Patch coverage is 0% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 46%. Comparing base (3e0ccc6) to head (b28fd56).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/org/rascalmpl/compiler/BreakTest.java 0% 57 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2713   +/-   ##
=======================================
- Coverage       46%     46%   -1%     
- Complexity    6679    6682    +3     
=======================================
  Files          795     796    +1     
  Lines        65905   65970   +65     
  Branches      9881    9888    +7     
=======================================
+ Hits         30716   30719    +3     
- Misses       32804   32867   +63     
+ Partials      2385    2384    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

jurgenvinju added a commit that referenced this pull request Mar 16, 2026
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test fixedErrorsDisappear is flaky

2 participants