[all-commits] [llvm/llvm-project] 6331c7: [lldb] Disable complex tests on Windows

Raphael Isemann via All-commits all-commits at lists.llvm.org
Fri Jun 19 09:42:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6331c7d0bef8a0fccafe6333ba2004e50c752f19
      https://github.com/llvm/llvm-project/commit/6331c7d0bef8a0fccafe6333ba2004e50c752f19
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-06-19 (Fri, 19 Jun 2020)

  Changed paths:
    M lldb/test/API/lang/c/complex/TestComplexC99.py
    M lldb/test/API/lang/c/complex_int/TestComplexInt.py

  Log Message:
  -----------
  [lldb] Disable complex tests on Windows

The tests fail to compile there:
```
complex/main.c:4:16: error: expected ';' at end of declaration
  float complex complex_float = -1.5f + -2.5f * I;
               ^
               ;
```




More information about the All-commits mailing list