[libcxx-commits] [PATCH] D99095: [libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the CI configuration
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 25 11:00:55 PDT 2021
ldionne added inline comments.
================
Comment at: libcxx/test/std/language.support/support.limits/support.limits.general/complex.version.pass.cpp:16
+// XFAIL: LIBCXX-WINDOWS-FIXME
+
----------------
mstorsjo wrote:
> Mordante wrote:
> > mstorsjo wrote:
> > > Mordante wrote:
> > > > This file and the other `*.version.pass.cpp` are automatically generated by `utils/generate_feature_test_macro_components.py`. If a developer runs this script these changes will accidentally be reverted. I'm not sure what would be the best fix for now.
> > > Those particular xfails can be removed with D99213
> > Since D99213 has landed, could you commit a fix for them?
> Didn't D99213 already remove them as part of that commit? At least the xfail in std/language.support/support.limits/support.limits.general/complex.version.pass.cpp should have been removed now. Or did I leave stray whitespace changes behind compared with how they're autogenerated?
@Mordante Thanks for noticing this. I missed that during my review because I glanced at the changes and didn't think about the auto-generated files.
@mstorsjo As long as you don't see any diff when you run the script, all's good. If you do see a diff, then we need to fix that.
I'll work on adding a job that catches exactly these issues.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99095/new/
https://reviews.llvm.org/D99095
More information about the libcxx-commits
mailing list