Skip to content
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

Restore test harness on CI #1556

Merged
merged 2 commits into from Feb 2, 2024
Merged

Restore test harness on CI #1556

merged 2 commits into from Feb 2, 2024

Conversation

chancancode
Copy link
Contributor

The test harness haven't been accurately reporting failures, this restores it.

The test harness haven't been accurately reporting failures, this
restores it.
This reverts commit e099bd9.

`Math.max()` and `>` have different reuslts for `NaN` which is used
by volatile tag. This is caught by tests but wasn't reported in the
harness correctly.

I suspect we can drop volatile tags, I am pretty sure Ember doesn't
use it anymore. However that would require some work to clean up
probably.

The original commit was merged permaturely anyway. We may be able
to re-land a targeted version of that commit, with better testing,
once/if volatile tags are removed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@chancancode chancancode merged commit dc76897 into main Feb 2, 2024
6 checks passed
@chancancode chancancode deleted the fix-tests branch February 2, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants