llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.41k stars 12.15k forks source link

Fix data formatters on Windows #24836

Open llvmbot opened 9 years ago

llvmbot commented 9 years ago
Bugzilla Link 24462
Version unspecified
OS Windows NT
Blocks llvm/llvm-project#24834
Reporter LLVM Bugzilla Contributor
CC @stella.stamenova

Extended Description

Data formatters currently have a number of general issues preventing them from working on basic types in Windows.

Fixing these should allow re-enabling (at a minimum) the following tests:

TestDataFormatterCpp.py TestDataFormatterDisabling.py TestDataFormatterSkipSummary.py TestDataFormatterSmartArray.py TestDataFormatterSynthVal.py

There are other more specific issues related to STL data formatters (see Bug 24460) that should be addressed separately. But fixing these issues should be considered a pre-requisite to implementing STL data formatters.

c865380c-e43e-4621-95cb-b0e85c2384bb commented 5 years ago

Several of these tests are now passing. The current list of failing tests is:

TestDataFormatterDisabling.py TestDataFormatterSkipSummary.py TestDataFormatterSynthVal.py

DavidSpickett commented 1 month ago

The last test was fixed, these two are still xfailed for Windows: TestDataFormatterDisabling.py TestDataFormatterSkipSummary.py