| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/ |
| H A D | show-result-codes.py | 1 # Test the --show-<result-code> {pass,unsupported,xfail,...} options. 3 # RUN: not %{lit} %{inputs}/show-result-codes | FileCheck %s --check-pre… 4 # RUN: not %{lit} %{inputs}/show-result-codes --show-unsupported | FileCheck %s --check-pre… 5 # RUN: not %{lit} %{inputs}/show-result-codes --show-pass --show-xfail | FileCheck %s --check-pre… 8 # NONE-NOT: Unsupported Tests (1) 9 # NONE-NOT: Passed Tests (1) 10 # NONE-NOT: Expectedly Failed Tests (1) 13 # ONE: Unsupported Tests (1) 14 # ONE-NOT: Passed Tests (1) 15 # ONE-NOT: Expectedly Failed Tests (1) [all …]
|
| H A D | show-used-features.py | 1 # Check that --show-used-features works correctly. 3 # RUN: %{lit} %{inputs}/show-used-features --show-used-features | FileCheck %s 4 # CHECK: my-require-feature-1 my-require-feature-2 my-require-feature-3 5 # CHECK: my-unsupported-feature-1 my-unsupported-feature-2 my-unsupported-feature-3 6 # CHECK: my-xfail-feature-1 my-xfail-feature-2 my-xfail-feature-3
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | lit.rst | 1 lit - LLVM Integrated Tester 7 -------- 12 ----------- 21 search for tests (see :ref:`test-discovery`). 25 of tests which passed or failed (see :ref:`test-status-results`). The 26 :program:`lit` program will execute with a non-zero exit code if any tests 30 print summary information for test failures. See :ref:`output-options` for 35 :ref:`execution-options` for more information. 39 :ref:`selection-options` for more information. 43 supplementing or overriding the command-line options supplied to :program:`lit` [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
| H A D | Opts.td | 3 // For LLVM-specific options, we prefer a two-dash prefix, but accept one for 4 // compatibility with llvm-mc. For clear separation from ML.EXE compatible 6 class LLVMFlag<string name> : Flag<["--", "-"], name>; 7 class LLVMJoined<string name> : Joined<["--", "-"], name>; 8 class LLVMJoinedOrSeparate<string name> : JoinedOrSeparate<["--", "-"], name>; 9 class LLVMSeparate<string name> : Separate<["--", "-"], name>; 13 class MLFlag<string name> : Flag<["/", "-"], name>, Group<ml_Group>; 14 class MLJoined<string name> : Joined<["/", "-"], name>, Group<ml_Group>; 15 class MLJoinedOrSeparate<string name> : JoinedOrSeparate<["/", "-"], name>, 17 class MLSeparate<string name> : Separate<["/", "-"], name>, Group<ml_Group>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/ |
| H A D | cat.py | 18 intval = intval -128 19 newdata.write("M-") 34 long_options = ["show-nonprinting"] 40 sys.stderr.write("Unsupported: 'cat': %s\n" % str(err)) 44 if option == "-v" or option == "--show-nonprinting":
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | cl_arguments.py | 23 parser.add_argument('--version', 27 parser.add_argument("-j", "--threads", "--workers", 33 parser.add_argument("--config-prefix", 37 parser.add_argument("-D", "--param", 47 format_group.add_argument("-q", "--quiet", 50 format_group.add_argument("-s", "--succinct", 52 " Additionally, show a progress bar," 53 " unless --no-progress-bar is specified.", 55 format_group.add_argument("-v", "--verbose", 57 help="Show test output for failures", [all …]
|
| H A D | TestRunner.py | 94 # Avoid re-entering the lock by finding out if kill needs to be run 193 (http://msdn.microsoft.com/en-us/library/17w5ykft.aspx), but we treat more 250 # Support for the -u flag (unsetting) for env command 251 # e.g., env -u FOO -u BAR will remove both FOO and BAR 253 if arg == '-u': 272 """executeBuiltinCd - Change the current directory.""" 286 """executeBuiltinExport - Set an environment variable.""" 301 # Some tests have un-redirected echo commands to help debug test failures. 318 # Implement echo flags. We only support -e and -n, and not yet in 319 # combination. We have to ignore unknown flags, because `echo "-D FOO"` [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/cmake/Modules/ |
| H A D | HandleOutOfTreeLLVM.cmake | 29 # Add LLVM Functions -------------------------------------------------------- 40 # LLVM Options -------------------------------------------------------------- 52 # Required LIT Configuration ------------------------------------------------ 56 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported") 58 set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar")
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/ |
| H A D | appveyor.yml | 9 - Debug 13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe 21 # TODO: Maybe re-enable this configuration? Do we want to support MSVC 2015's runtime? 22 # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 23 # MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin 25 # MAKE_PROGRAM: mingw32-make 32 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd" 35 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG% 36 - cd %APPVEYOR_BUILD_FOLDER% [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 15-test_gendh.t | 2 # Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. 19 plan skip_all => "This test is unsupported in a no-dh build" if disabled("dh"); 23 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', 24 '-pkeyopt', 'type:group', 25 '-text'])), 28 ok(run(app([ 'openssl', 'genpkey', '-algorithm', 'DH', 29 '-pkeyopt', 'type:group', 30 '-pkeyopt', 'group:ffdhe2048', 31 '-text'])), 34 ok(run(app([ 'openssl', 'genpkey', '-genparam', [all …]
|
| H A D | 15-test_gendsa.t | 2 # Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. 24 plan skip_all => "This test is unsupported in a no-dsa build" 33 ok(run(app([ 'openssl', 'genpkey', '-genparam', 34 '-algorithm', 'DSA', 35 '-pkeyopt', 'gindex:1', 36 '-pkeyopt', 'type:fips186_4', 37 '-text'])), 40 ok(run(app([ 'openssl', 'genpkey', '-genparam', 41 '-algorithm', 'DSA', 42 '-pkeyopt', 'type:fips186_4', [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| H A D | CMakeLists.txt | 11 -Wno-unused-command-line-argument 12 -nostdinc++ 13 -isystem "${LIBCXX_GENERATED_INCLUDE_DIR}" 14 -L${LIBCXX_LIBRARY_DIR} 15 -Wl,-rpath,${LIBCXX_LIBRARY_DIR} 20 -isystem "${LIBCXX_GENERATED_INCLUDE_TARGET_DIR}") 24 -L${LIBCXX_CXX_ABI_LIBRARY_PATH} 25 -Wl,-rpath,${LIBCXX_CXX_ABI_LIBRARY_PATH}) 29 ExternalProject_Add(google-benchmark-libcxx 31 DEPENDS cxx cxx-headers [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
| H A D | ltmain.sh | 1 # ltmain.sh - Provide generalized library-building support services. 20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 28 if test "X$1" = X--no-reexec; then 29 # Discard the --no-reexec flag, and continue. 31 elif test "X$1" = X--fallback-echo; then 39 exec $SHELL "$0" --no-reexec ${1+"$@"} 42 if test "X$1" = X--fallback-echo; then 62 help="Try \`$progname --help' for more information." 65 mv="mv -f" 66 rm="rm -f" [all …]
|
| /netbsd-src/external/bsd/elftoolchain/dist/tools/ |
| H A D | netbsd-base-system-import.sh | 8 # netbsd-base-system-import.sh [-D] -s SRCDIR -d DISTDIR -m MODULE \ 9 # [-m MODULE]... 17 echo " -D Only show diffs." 18 echo " -d DISTDIR Set the 'dist' directory for the elftoolchain import." 20 echo " -h Display this help text." 21 echo " -m MODULE A subdirectory of the elftoolchain tree to be" 23 echo " -s SRCDIR The 'trunk' directory of an elftoolchain checkout." 24 echo " -v Be verbose." 46 '?') err "Unknown option: '-$OPTARG'.";; 47 ':') err "Option '-$OPTARG' expects an argument.";; [all …]
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | README.md | 5 libuv is a multi-platform support library with a focus on asynchronous I/O. It 12 * Full-featured event loop backed by epoll, kqueue, IOCP, event ports. 42 The ABI/API changes can be tracked [here](http://abi-laboratory.pro/tracker/timeline/libuv/). 47 The documentation is licensed under the CC BY 4.0 license. Check the [LICENSE-docs file](LICENSE-do… 58 Located in the docs/ subdirectory. It uses the [Sphinx](http://sphinx-doc.org/) 62 Show different supported building options: 75 sphinx-autobuild to be installed and is only supported on Unix): 103 — High-level introductory talk about libuv. 104 * [libuv-dox](https://github.com/thlorenz/libuv-dox) 126 $ gpg --keyserver pool.sks-keyservers.net --recv-keys AE9BC059 [all …]
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Sun Jul 27 11:47:51 2014. 13 # serve to show the default. 34 return '%d.%d.%d%s' % (major, minor, patch, '-%s' % suffix if not is_release else '') 41 sys.path.insert(0, os.path.abspath('sphinx-plugins')) 43 # -- General configuration ------------------------------------------------ 60 #source_encoding = 'utf-8-sig' 67 copyright = u'2014-present, libuv contributors' 83 # non-false value, then it is used: 96 # If true, '()' will be appended to :func: etc. cross-reference text. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/lib/ |
| H A D | libphobos.exp | 1 # Copyright (C) 2017-2020 Free Software Foundation, Inc. 32 load_gcc_lib target-supports.exp 33 load_gcc_lib target-supports-dg.exp 34 load_gcc_lib dg-options.exp 35 load_gcc_lib target-libpath.exp 38 load_gcc_lib target-utils.exp 39 load_gcc_lib gcc-defs.exp 45 proc libphobos-dg-test { prog do_what extra_tool_flags } { 72 perror "$do_what: not a valid dg-do keyword" 85 return [list "::unsupported::$unsupported_message" $output_file] [all …]
|
| /netbsd-src/external/public-domain/xz/dist/doc/examples/ |
| H A D | 02_decompress.c | 35 // decompress files created with "xz -9". Settings requiring more in init_decoder() 57 // be combined with bitwise-or. See lzma/container.h in init_decoder() 83 msg = "Unsupported decompressor flags"; in init_decoder() 92 // at least when there is no good error message to show. in init_decoder() 115 // case some unused data may be left in strm->next_in. in decompress() 121 strm->next_in = NULL; in decompress() 122 strm->avail_in = 0; in decompress() 123 strm->next_out = outbuf; in decompress() 124 strm->avail_out = sizeof(outbuf); in decompress() 127 if (strm->avail_in == 0 && !feof(infile)) { in decompress() [all …]
|
| /netbsd-src/external/public-domain/xz/dist/src/xz/ |
| H A D | message.c | 59 /// Expected size of the input stream is needed to show completion percentage 66 // - It is possible for the user to send SIGINFO, SIGUSR1, or SIGALRM to 67 // get intermediate progress information even when --verbose wasn't used 69 // - alarm() + SIGALRM seems to have slightly less overhead than polling 111 // If --verbose is used, we use a progress indicator if and only in message_init() 114 // exception, even if --verbose was not used, user can send SIGALRM in message_init() 169 --verbosity; in message_verbosity_decrease() 192 /// I think it looks nicer to not print "(stdin)" when --verbose is used 211 // to usage of --files or --files0. in print_filename() 252 // that the user sends us a signal to show statistics, we need in message_progress_start() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/build-aux/ |
| H A D | ltmain.sh | 1 # ltmain.sh - Provide generalized library-building support services. 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 51 if test -n "${ZSH_VERSION+set}" ; then 56 if test "X$1" = X--no-reexec; then 57 # Discard the --no-reexec flag, and continue. 59 elif test "X$1" = X--fallback-echo; then 67 exec $SHELL "$progpath" --no-reexec ${1+"$@"} 70 if test "X$1" = X--fallback-echo; then 80 help="Try \`$progname --help' for more information." 83 mv="mv -f" [all …]
|
| /netbsd-src/external/bsd/libbind/dist/ |
| H A D | ltmain.sh | 1 # ltmain.sh - Provide generalized library-building support services. 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 55 alias -g '${1+"$@"}'='"$@"' 58 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 64 if test "X$1" = X--no-reexec; then 65 # Discard the --no-reexec flag, and continue. 67 elif test "X$1" = X--fallback-echo; then 75 exec $SHELL "$progpath" --no-reexec ${1+"$@"} 78 if test "X$1" = X--fallback-echo; then [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/lib/ |
| H A D | libphobos.exp | 1 # Copyright (C) 2017-2022 Free Software Foundation, Inc. 32 load_gcc_lib target-supports.exp 33 load_gcc_lib target-supports-dg.exp 34 load_gcc_lib dg-options.exp 35 load_gcc_lib target-libpath.exp 38 load_gcc_lib target-utils.exp 39 load_gcc_lib gcc-defs.exp 45 proc libphobos-dg-test { prog do_what extra_tool_flags } { 76 perror "$do_what: not a valid dg-do keyword" 89 return [list "::unsupported::$unsupported_message" $output_file] [all …]
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | tbl.7 | 51 All input must be 7-bit ASCII. 54 case-insensitive options separated by spaces, tabs, or commas. 61 .Bl -tag -width Ds 63 Draw a single-line box around each table cell. 65 Draw a single-line box around the table. 69 Center the table instead of left-adjusting it. 73 Use the single-character argument as the decimal point with the 81 Currently unsupported. 83 Draw a double-line box around the table. 102 Use the single-character argument as a delimiter between data cells. [all …]
|
| /netbsd-src/external/bsd/iscsi/dist/buildaux/ |
| H A D | ltmain.sh | 1 # ltmain.sh - Provide generalized library-building support services. 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 55 alias -g '${1+"$@"}'='"$@"' 58 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 64 if test "X$1" = X--no-reexec; then 65 # Discard the --no-reexec flag, and continue. 67 elif test "X$1" = X--fallback-echo; then 75 exec $SHELL "$progpath" --no-reexec ${1+"$@"} 78 if test "X$1" = X--fallback-echo; then [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/buildaux/ |
| H A D | ltmain.sh | 1 # ltmain.sh - Provide generalized library-building support services. 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 50 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 55 alias -g '${1+"$@"}'='"$@"' 58 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 64 if test "X$1" = X--no-reexec; then 65 # Discard the --no-reexec flag, and continue. 67 elif test "X$1" = X--fallback-echo; then 75 exec $SHELL "$progpath" --no-reexec ${1+"$@"} 78 if test "X$1" = X--fallback-echo; then [all …]
|