[libcxx-commits] [libcxx] [AIX][libc++] Enable clang_modules_include.gen.py tests (PR #90971)

Jake Egan via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 3 07:37:11 PDT 2024


https://github.com/jakeegan created https://github.com/llvm/llvm-project/pull/90971

Enable these tests on AIX since they're passing.

>From 72e68245564646d52175c7793f1eaceb7fd58bb8 Mon Sep 17 00:00:00 2001
From: Jake Egan <Jake.egan at ibm.com>
Date: Fri, 3 May 2024 10:35:29 -0400
Subject: [PATCH] [AIX][libc++] Enable clang_modules_include.gen.py tests

Enable these tests on AIX since they're passing.
---
 libcxx/test/libcxx/clang_modules_include.gen.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libcxx/test/libcxx/clang_modules_include.gen.py b/libcxx/test/libcxx/clang_modules_include.gen.py
index 61a9258237640d..b54c7765807b1b 100644
--- a/libcxx/test/libcxx/clang_modules_include.gen.py
+++ b/libcxx/test/libcxx/clang_modules_include.gen.py
@@ -30,9 +30,6 @@
 // UNSUPPORTED{BLOCKLIT}: windows
 // UNSUPPORTED{BLOCKLIT}: buildhost=windows
 
-// The AIX headers don't appear to be compatible with modules
-// UNSUPPORTED{BLOCKLIT}: LIBCXX-AIX-FIXME
-
 // The Android headers don't appear to be compatible with modules yet
 // UNSUPPORTED{BLOCKLIT}: LIBCXX-ANDROID-FIXME
 
@@ -60,9 +57,6 @@
 // UNSUPPORTED{BLOCKLIT}: windows
 // UNSUPPORTED{BLOCKLIT}: buildhost=windows
 
-// The AIX headers don't appear to be compatible with modules
-// UNSUPPORTED{BLOCKLIT}: LIBCXX-AIX-FIXME
-
 // The Android headers don't appear to be compatible with modules yet
 // UNSUPPORTED{BLOCKLIT}: LIBCXX-ANDROID-FIXME
 



More information about the libcxx-commits mailing list