Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Chris B ce495eb611
Fix last LLVM tests on Windows (#4829)
This handles a few last Windows fixes for LLVM tests.

* The YAML praser convertes \r to \n, resulting in repeated newlines in
  YAML tests on Windows.
* The MS filesystem changes on Windows cause one of the MemoryBuffer
  tests to fail. I've disabled that test on Windows.
* Because we convert many crash cases to exceptions on Windows the
  GoogleTest DEATH tests fail to die on Windows.

This change addresses the same issue #4794 solves, but restricts the
change to Windows only. I'm only merging this since @python3kgae is out
and I don't really want to wait until he returns.

utils/unittest/googletest/include/gtest/internal/gtest-port.h
2022-12-02 15:42:58 -06:00
Marcelo Lopez Ruiz 6ee4074a4b first commit 2016-12-28 11:52:27 -08:00