OSDN Git Service

[lldb] Disable complex tests on Windows
authorRaphael Isemann <teemperor@gmail.com>
Fri, 19 Jun 2020 16:40:06 +0000 (18:40 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 19 Jun 2020 16:40:08 +0000 (18:40 +0200)
commit6331c7d0bef8a0fccafe6333ba2004e50c752f19
tree138cf331dc1c119468565bb32484017a07c4c752
parent6d864097a2b5e5ec6404700ac240b47932492a7f
[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;
               ^
               ;
```
lldb/test/API/lang/c/complex/TestComplexC99.py
lldb/test/API/lang/c/complex_int/TestComplexInt.py