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

Investigate failing tests on Linux #24

Closed
ole opened this issue Oct 29, 2019 · 1 comment
Closed

Investigate failing tests on Linux #24

ole opened this issue Oct 29, 2019 · 1 comment

Comments

@ole
Copy link
Owner

ole commented Oct 29, 2019

4 tests are currently failing on Linux:

...
2019-10-29T00:29:17.9614291Z /__w/Ampere/Ampere/Tests/AmpereTests/UnitAreaTests.swift:18: error: UnitAreaTests.testDivisionWithDefaultUnits : XCTAssertTrue failed - "m" is not the same unit as "m"
...
2019-10-29T00:29:17.9616731Z /__w/Ampere/Ampere/Tests/AmpereTests/UnitAreaTests.swift:10: error: UnitAreaTests.testMultiplicationWithDefaultUnits : XCTAssertTrue failed - "m²" is not the same unit as "m²"
...
2019-10-29T00:29:17.9618076Z /__w/Ampere/Ampere/Tests/AmpereTests/UnitAreaTests.swift:26: error: UnitAreaTests.testMultiplicationWithNonDefaultUnits : XCTAssertTrue failed - "m²" is not the same unit as "m²"
...
2019-10-29T00:29:17.9666816Z /__w/Ampere/Ampere/Tests/AmpereTests/UnitVolumeTests.swift:19: error: UnitVolumeTests.testWithNonBaseUnits : XCTAssertEqual failed: ("0.0001 m³") is not equal to ("0.001 m³") - "0.0001 m³" is not equal to "100.0 cm³"
...
@ole
Copy link
Owner Author

ole commented Nov 7, 2019

Fixed 3 of these in a1b90fe. The other one is a bigger deal, I created #25 for it.

@ole ole closed this as completed Nov 7, 2019
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

No branches or pull requests

1 participant