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

Fix failing tests on Linux #966

Closed
7 tasks done
jpsim opened this issue Dec 12, 2016 · 7 comments
Closed
7 tasks done

Fix failing tests on Linux #966

jpsim opened this issue Dec 12, 2016 · 7 comments
Labels
bug Unexpected and reproducible misbehavior.

Comments

@jpsim
Copy link
Collaborator

jpsim commented Dec 12, 2016

As of #963, there are a handful of failing Linux tests. We should investigate why they're failing and fix them:

  • ConfigurationTests.testExcludedPaths
  • ReporterTests.testJSONReporter
  • RulesTests.testForceUnwrapping
  • RulesTests.testLeadingWhitespace
  • RulesTests.testPrivateUnitTest
  • RulesTests.testTypeName
  • RulesTests.testVariableName
@jpsim jpsim added the bug Unexpected and reproducible misbehavior. label Dec 12, 2016
@norio-nomura
Copy link
Collaborator

norio-nomura commented Dec 12, 2016

SwiftLint is affected by https://bugs.swift.org/browse/SR-3366

@norio-nomura
Copy link
Collaborator

SwiftLint is affected by https://bugs.swift.org/browse/SR-3366

I have not yet investigated each failing tests, but I know that might be a critical issue for SwiftLint on Linux.

@norio-nomura
Copy link
Collaborator

Sorry, that was not correct.
SwiftLint does not call the function. 🙇

@jpsim
Copy link
Collaborator Author

jpsim commented Dec 22, 2016

Re-enabled testJSONReporter in c82cc6d and testPrivateUnitTest in ae4b01d.

@marcelofabri
Copy link
Collaborator

I've filled SR-3485 which seems the reason of RulesTests.testTypeName, RulesTests.testVariableName and #1068 failures.

@marcelofabri
Copy link
Collaborator

SR-2123 seems to be the reason of RulesTests.testLeadingWhitespace failure.

@marcelofabri
Copy link
Collaborator

I think the only remaining commented test is failing for the same reasons of #1001.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected and reproducible misbehavior.
Projects
None yet
Development

No branches or pull requests

3 participants