You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
33 tests are failing on windows because skydoc is writing CRLF line endings, whilst the expected files are in repo with LF endings.
bazel --windows_enable_symlinks test //doc/shlib:execute_binary.md_difftest --enable_runfiles
INFO: From Testing //doc/shlib:execute_binary.md_difftest:
==================== Test output for //doc/shlib:execute_binary.md_difftest:
FINDSTR: /= ignored
FINDSTR: /" ignored
FINDSTR: /= ignored
FINDSTR: /" ignored
FAIL: files "doc/shlib/execute_binary.md" and "doc/shlib/execute_binary.md_" differ.
bazel --windows_enable_symlinks test //doc/shlib:execute_binary.md_difftest --noenable_runfiles
INFO: From Testing //doc/bazeldoc:build_rules_overview.md_difftest:
==================== Test output for //doc/bazeldoc:build_rules_overview.md_difftest:
FAIL: files "doc/bazeldoc/build_rules_overview.md" and "doc/bazeldoc/build_rules_overview.md_" differ.
================================================================================
33 tests are failing on windows because skydoc is writing CRLF line endings, whilst the expected files are in repo with LF endings.
bazel --windows_enable_symlinks test //doc/shlib:execute_binary.md_difftest --enable_runfiles
bazel --windows_enable_symlinks test //doc/shlib:execute_binary.md_difftest --noenable_runfiles
This issue would be fixed by bazelbuild/bazel-skylib#527, if approved and upstreamed
Failures
A typical difference is:
The text was updated successfully, but these errors were encountered: