[libcxx-commits] [PATCH] D93582: [libc++] Correctly quote source and target names in tests. NFC.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 19 06:35:44 PST 2020


curdeius created this revision.
curdeius added a reviewer: ldionne.
Herald added subscribers: arichardson, mgorny.
curdeius requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.

That fixes issues when using directories (source or build) containing e.g. spaces.
It *should* not break anything as it's just adding quotes where they were missing.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93582

Files:
  libcxx/test/CMakeLists.txt
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
  libcxx/test/libcxx/include_as_c.sh.cpp
  libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp
  libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp
  libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.merged.sh.cpp
  libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.unmerged.sh.cpp
  libcxx/test/libcxx/libcpp_freestanding.sh.cpp
  libcxx/test/libcxx/modules/stds_include.sh.cpp
  libcxx/test/libcxx/selftest/dsl/dsl.sh.py
  libcxx/test/libcxx/selftest/file_dependencies/absolute-and-relative-paths.sh.cpp
  libcxx/test/libcxx/selftest/file_dependencies/substitute-in-dependencies.sh.cpp
  libcxx/test/libcxx/selftest/remote-substitutions.sh.cpp
  libcxx/test/libcxx/selftest/sh.cpp/substitutions.sh.cpp
  libcxx/test/libcxx/selftest/tmpdir-exists.sh.cpp
  libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp
  libcxx/test/libcxx/utilities/function.objects/abi_bug_cxx03_cxx11_example.sh.cpp
  libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_is_same.sh.cpp
  libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_metafunctions.sh.cpp
  libcxx/test/libcxx/utilities/meta/stress_tests/stress_test_variant_overloads_impl.sh.cpp
  libcxx/test/std/input.output/iostream.objects/check-stderr.sh
  libcxx/test/std/input.output/iostream.objects/check-stdout.sh
  libcxx/test/std/input.output/iostream.objects/send-stdin.sh
  libcxx/test/std/namespace/addressable_functions.sh.cpp
  libcxx/utils/libcxx/test/config.py
  libcxx/utils/libcxx/test/dsl.py
  libcxx/utils/libcxx/test/features.py
  libcxx/utils/libcxx/test/format.py
  libcxxabi/test/CMakeLists.txt
  libcxxabi/test/incomplete_type.sh.cpp
  libcxxabi/test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
  libcxxabi/test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93582.312935.patch
Type: text/x-patch
Size: 30415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201219/17af05cd/attachment-0001.bin>


More information about the libcxx-commits mailing list