[all-commits] [llvm/llvm-project] 1cf970: [libc++][print] Make `<print>` tests require file ...

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Fri Aug 4 00:24:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1cf970db4e5499f6b38d9c6644935a78d758802c
      https://github.com/llvm/llvm-project/commit/1cf970db4e5499f6b38d9c6644935a78d758802c
  Author: Konstantin Varlamov <varconsteq at gmail.com>
  Date:   2023-08-04 (Fri, 04 Aug 2023)

  Changed paths:
    M libcxx/test/std/input.output/iostream.format/print.fun/no_file_description.pass.cpp
    M libcxx/test/std/input.output/iostream.format/print.fun/print.sh.cpp
    M libcxx/test/std/input.output/iostream.format/print.fun/println.sh.cpp
    M libcxx/test/std/input.output/iostream.format/print.fun/vprint_nonunicode.sh.cpp
    M libcxx/test/std/input.output/iostream.format/print.fun/vprint_unicode.sh.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/print.version.compile.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py
    M libcxx/utils/libcxx/test/header_information.py

  Log Message:
  -----------
  [libc++][print] Make `<print>` tests require file system support.

`print` functions require `FILE` and `stdout` to be available and cause
compilation errors on platforms that don't support the file system.

Differential Revision: https://reviews.llvm.org/D156585




More information about the All-commits mailing list