royitaqi wrote:

After fixing the build break, this now shows a test failure in windows.

```
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Utility\FileSpecListTest.cpp(174):
 error: Expected equality of these values:
  ret
    Which is: 4294967295
  (size_t)0
    Which is: 0
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Utility\FileSpecListTest.cpp:174
Expected equality of these values:
  ret
    Which is: 4294967295
  (size_t)0
    Which is: 0
```

I'm looking at how to fix it.

https://github.com/llvm/llvm-project/pull/104493
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to