Description
These were introduced recently and never passed on windows:
14:53:09 [ RUN ] PathTest.Relative 14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(361): error: Value of: path::relative("a", "/a").isError() 14:53:09 Actual: false 14:53:09 Expected: true 14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(362): error: Value of: path::relative("/a", "a").isError() 14:53:09 Actual: false 14:53:09 Expected: true 14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(369): error: Value of: (path::relative("/a/b", "/a")).get() 14:53:09 Actual: "..\\/a/b" 14:53:09 Expected: "b" 14:53:09 Which is: "b" 14:53:09 [ FAILED ] PathTest.Relative (3 ms) 14:53:09 [ RUN ] PathTest.Comparison 14:53:09 [ OK ] PathTest.Comparison (1 ms) 14:53:09 [ RUN ] PathTest.FromURI 14:53:09 [ OK ] PathTest.FromURI (0 ms) 14:53:09 [ RUN ] PathTest.PathIteration 14:53:09 C:\Users\Administrator\workspace\mesos\Mesos_CI_Windows-build-WIP\mesos\3rdparty\stout\tests\path_tests.cpp(456): error: Value of: absolute_path.is_absolute() 14:53:09 Actual: false 14:53:09 Expected: true 14:53:09 [ FAILED ] PathTest.PathIteration (0 ms)