This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG53d8b59307d4: Fix the two gmoules-prefered-name-* tests (authored by yozhu).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D147764/new/ https://reviews.llvm.org/D147764 Files: clang/test/Modules/gmodules-preferred-name-alias.cpp clang/test/Modules/gmodules-preferred-name-typedef.cpp Index: clang/test/Modules/gmodules-preferred-name-typedef.cpp =================================================================== --- clang/test/Modules/gmodules-preferred-name-typedef.cpp +++ clang/test/Modules/gmodules-preferred-name-typedef.cpp @@ -1,3 +1,4 @@ +// REQUIRES: asserts // RUN: rm -rf %t // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \ // RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-typedef.modulemap \ Index: clang/test/Modules/gmodules-preferred-name-alias.cpp =================================================================== --- clang/test/Modules/gmodules-preferred-name-alias.cpp +++ clang/test/Modules/gmodules-preferred-name-alias.cpp @@ -1,3 +1,4 @@ +// REQUIRES: asserts // RUN: rm -rf %t // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \ // RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-alias.modulemap \
Index: clang/test/Modules/gmodules-preferred-name-typedef.cpp =================================================================== --- clang/test/Modules/gmodules-preferred-name-typedef.cpp +++ clang/test/Modules/gmodules-preferred-name-typedef.cpp @@ -1,3 +1,4 @@ +// REQUIRES: asserts // RUN: rm -rf %t // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \ // RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-typedef.modulemap \ Index: clang/test/Modules/gmodules-preferred-name-alias.cpp =================================================================== --- clang/test/Modules/gmodules-preferred-name-alias.cpp +++ clang/test/Modules/gmodules-preferred-name-alias.cpp @@ -1,3 +1,4 @@ +// REQUIRES: asserts // RUN: rm -rf %t // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \ // RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-alias.modulemap \
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits