fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Travis CI #1439

Closed smoothdeveloper closed 7 years ago

smoothdeveloper commented 7 years ago

1417

Right now 540 tests are passing, 63 failing.

You can check https://travis-ci.org/smoothdeveloper/VisualFSharpPowerTools

dungpa commented 7 years ago

Majority of the failing tests can be fixed by changing the path in https://github.com/fsprojects/VisualFSharpPowerTools/blob/08041036cd5125eaf21f3a48ecab674c4843ebac/tests/FSharp.Editing.Tests/CodeGenerationTestInfrastructure.fs#L84 to "/File.fs".

smoothdeveloper commented 7 years ago

Thanks for feedback @dungpa I propose we look at the failing test separately at later point.