Erik Faye-Lund

Results 29 issues of Erik Faye-Lund

Thunder is deprecated, so there's no point in building it by default. Marked as WIP because: 1. It's not properly tested yet 2. We should probably define this for a...

[Example-failure on fusetools-internal CI](https://tc.outracks.com/viewLog.html?tab=buildLog&buildTypeId=FuselibsPublic_TestPackagesDotNetExe&buildId=693310#_focus=2731)

Affects: Tests

https://github.com/fusetools/fuselibs-public/pull/728#discussion_r150523229

This happens [spuriously on AppVeyor](https://ci.appveyor.com/project/fusetools/fuselibs-public/build/2709): ``` FAILED: Fuse.Triggers.Test.Fuse.Test.CallbackTest.ArgsContainsSender Assertion failed in 'ArgsContainsSender', at C:\projects\fuselibs-public\Source\Fuse.Triggers\Tests\Callback.Test.uno:24 Expected: ExpectedSender But got : ```

[Here's](https://ci.appveyor.com/project/fusetools/fuselibs-public/build/2696#L472) an example log: ``` FAILED: Fuse.Controls.Navigation.Test.Fuse.Navigation.Test.RouterTest.HistoryActiveIndex Assertion failed in 'HistoryActiveIndex', at C:\projects\fuselibs-public\Source\Fuse.Controls.Navigation\Tests\Router.Test.uno:482 Expected: C But got : A ```

This seems to [fail spuriously on AppVeyor](https://ci.appveyor.com/project/fusetools/fuselibs-public/build/2680#L1076). ``` FAILED: Fuse.Navigation.Test.Fuse.Navigation.Test.ActivatedTest.Deep Assertion failed in 'Deep', at C:\projects\fuselibs-public\Source\Fuse.Navigation\Tests\Activated.Test.uno:38 Expected: 1 But got : 0 OK: Fuse.Navigation.Test.Fuse.Navigation.Test.ActivatedTest.EdgeNavigator (70,086 �s) OK: Fuse.Navigation.Test.Fuse.Navigation.Test.ActivatedTest.LinearActivated (268,361 �s)...

Here's the output when it fails: ``` FAILED: Fuse.Scripting.JavaScript.Test.Fuse.Reactive.Test.VariousTest.OptionalExplicitTest Assertion failed in 'OptionalExplicitTest', at C:\projects\fuselibs-public\Source\Fuse.Scripting.JavaScript\Tests\Various.Test.uno:586 Expected: 1 But got : ``` Retriggering the build tends to fix the issue...

See for instance [this](https://ci.appveyor.com/project/fusetools/fuselibs-public/build/2586#L650) build.

This happens every time I run this on Android: ``` FAILED: AllTests.Fuse.Navigation.Test.ActivatedTest.RouterNavigatorActivated Assertion failed in 'RouterNavigatorActivated', at C:\Users\erik\src\fuselibs\Source\Fuse.Navigation\Tests\Activated.Test.uno:87 Expected: 1 But got : ```

Affects: Android
Affects: Tests

I just got this locally (running on Android): ``` FAILED: AllTests.Fuse.Navigation.Test.ActivatedTest.LinearActivated Assertion failed in 'LinearActivated', at C:\Users\erik\src\fuselibs\Source\Fuse.Navigation\Tests\Activated.Test.uno:227 Expected: 123412 But got : 12341 ``` On the second and third run,...

Affects: Android
Affects: Tests