Searched +full:test +full:- +full:docs (Results 1 – 25 of 1024) sorted by relevance
12345678910>>...41
... docs/ c-ares-1.18.1/docs/ares_version.3 c-ares-1.18. ...
12 # are also available at https://curl.se/docs/copyright.html.21 # SPDX-License-Identifier: curl27 ACLOCAL_AMFLAGS = -I m432 CMake/curl-config.cmake.in \57 projects/build-openssl.bat \58 projects/build-wolfssl.bat \77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \87 bin_SCRIPTS = curl-config89 SUBDIRS = lib docs src scripts subdir[all …]
4 [](https://docs.rs/env_logger)5 [](https://env-logger-rs.github.io…13 …n executables (binary projects). Libraries should use the [`log`](https://docs.rs/log) crate inste…45 [2018-11-03T06:09:06Z INFO default] starting up55 [2018-11-03T06:09:06Z INFO default] starting up59 case names. Where our docs do use other forms, they do so in the context of63 The log levels that may be specified correspond to the [`log::Level`][level-enum]72 [level-enum]: https://docs.rs/log/latest/log/enum.Level.html "log::Level (docs.rs)"78 …sides an environment variable. See [the examples](https://github.com/env-logger-rs/env_logger/tree…82 Tests can use the `env_logger` crate to see log messages generated during that test:[all …]
9 AC_MSG_CHECKING([whether to build any docs])10 AC_ARG_ENABLE([docs], [dnl optenable11 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl20 AM_CONDITIONAL([BUILD_DOCS], [test "x${gp_build_docs}" = "xyes"])29 AC_ARG_WITH([doc-dir],30 [AS_HELP_STRING([--with-doc-dir=PATH],31 [Where to install docs [default=autodetect]])])36 if test "x${with_doc_dir}" != "x"41 if test -d "/usr/share/doc"45 elif test -d "/usr/doc"[all …]
3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd4 CI_PRE_CLONE_SCRIPT: |-5 set -o xtrace6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-…7 bash download-git-cache.sh8 rm download-git-cache.sh12 # per-pipeline artifact storage on MinIO14 # per-job artifact storage on MinIO17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"28 …- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…[all …]
15 ---18 test/XInclude/docs/invalid_char.xml | 3 ++19 test/XInclude/ents/invalid_char.txt | 1 +20 xinclude.c | 61 ++++++++++++----------------21 5 files changed, 39 insertions(+), 35 deletions(-)24 create mode 100644 test/XInclude/docs/invalid_char.xml25 create mode 100644 test/XInclude/ents/invalid_char.txt27 diff --git a/result/XInclude/invalid_char.xml.err b/result/XInclude/invalid_char.xml.err30 --- /dev/null32 @@ -0,0 +1,2 @@[all …]
8 -----------------15 - The ``#get-help`` channel on our Discord chat:17 - The mailing list flask@python.org for long term discussion or larger19 - Ask on `Stack Overflow`_. Search with Google first using:26 ----------------30 - Describe what you expected to happen.31 - If possible, include a `minimal reproducible example`_ to help us34 - Describe what actually happened. Include the full traceback if there36 - List your Python and MarkupSafe versions. If possible, check if this40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example[all …]
8 -----------------15 - The ``#get-help`` channel on our Discord chat:17 - The mailing list flask@python.org for long term discussion or larger19 - Ask on `Stack Overflow`_. Search with Google first using:26 ----------------30 - Describe what you expected to happen.31 - If possible, include a `minimal reproducible example`_ to help us34 - Describe what actually happened. Include the full traceback if there36 - List your Python and Jinja versions. If possible, check if this40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example[all …]
3 …-ci.org/softprops/atty.svg?branch=master)](https://travis-ci.org/softprops/atty) [ 2015-2019
16 ## Anatomy of a Test18 Writing a test has two steps:26 // CHECK-LABEL: test_add:40 [LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html)41 is used to test the generated assembly against the `// CHECK` lines50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-…53 * The tests are compiled with `-O3 -g0`. So we're only testing the58 the test is run.60 * The generated and stripped assembly file for a test is output under61 `<build-directory>/test/<test-name>.s`[all …]
3 …-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github…6 …test-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://git…33 [User Guide](docs/user_guide.md) for a more comprehensive feature overview.35 It may also help to read the [Google Test documentation](https://github.com/google/googletest/blob/…40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss)45 [Additional Tooling Documentation](docs/tools.md)47 [Assembly Testing Documentation](docs/AssemblyTests.md)49 [Building and installing Python bindings](docs/python_bindings.md)63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md).67 This describes the installation process using cmake. As pre-requisites, you'll[all …]
1 ---6 ---7 <!--10 -->16 {: .no_toc .text-delta }21 ---25 The International Components for Unicode (ICU) library provides robust and full-featured Unicode se…29 ICU4J is an add-on to the regular JRE that provides:31 * [Collation](../collation) – rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting or…45 * [Number Format Enhancements](../format_parse/numbers) – Scientific Notation, Spelled-out, Compa…[all …]
4 # To cache doc-building dependencies and C compiler output.6 - pip7 - ccache8 - directories:9 - $HOME/multissl13 - OPENSSL=1.1.1f14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"15 - PATH="${OPENSSL_DIR}/bin:$PATH"16 - CFLAGS="-I${OPENSSL_DIR}/include"17 - LDFLAGS="-L${OPENSSL_DIR}/lib"[all …]
17 shell: /bin/bash --login19 …y don't or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-…21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.26 # We have selected a pre-built image that mirrors the build environment we use on29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/30 # To see the list of pre-built images that CircleCI provides for most common languages see31 # https://circleci.com/docs/2.0/circleci-images/[all …]
1 …aw.githubusercontent.com/nvzqz/static-assertions-rs/assets/Banner.png)](https://github.com/nvzqz/s…8 <a href="https://travis-ci.org/nvzqz/static-assertions-rs">9 … <img src="https://travis-ci.org/nvzqz/static-assertions-rs.svg?branch=master" alt="Build Status">11 <img src="https://img.shields.io/badge/rustc-^1.37.0-blue.svg" alt="rustc ^1.37.0">17 …<img src="https://buymecoffee.intm.org/img/button-paypal-white.png" alt="Buy me a coffee" height="…21 Compile-time assertions for Rust, brought to you by25 more. See the [docs] and [FAQ](#faq) for more info!32 [`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html):49 - [`assert_cfg!`]50 - [`assert_eq_align!`][all …]
3 # Copyright (C) 2002-2021 by16 rm -f config.mk builds/unix/unix-def.mk builds/unix/unix-cc.mk19 if test "x$GNUMAKE" = x; then20 if test "x$MAKE" = x; then21 if test "x`make -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then31 if test "x`$MAKE -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then39 echo " MAKE=\"makepp --norc-substitution\" $0" >&280 # `--srcdir=' option can override abs_ft2_dir82 if test $# -gt 0; then85 x--srcdir=*)[all …]
6 - master8 - cron: '00 01 * * *'10 # The section is needed to drop write-all permissions that are granted on16 # on pull-requests, etc. may need additional permissions:19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions21 # Reference for how to assign permissions on a job-by-job basis:22 # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs25 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for…31 test:32 name: test[all …]
1 # Unity Test ![CI][]3 __Copyright (c) 2007 - 2023 Unity Project by Mike Karlesky, Mark VanderVoord, and Greg Williams__5 Welcome to the Unity Test Project, one of the main projects of ThrowTheSwitch.org.6 Unity Test is a unit testing framework built for C, with a focus on working with embedded toolchain…8 This project is made to test code targetting microcontrollers big and small.19 The [docs][] folder contains a [getting started guide][] and much more tips about using Unity.46 This test is automatically marked as a failure.137 Test a single bit and verify that it is high.138 The bit is specified 0-31 for a 32-bit integer.142 Test a single bit and verify that it is low.[all …]
24 make test25 Pass a sample policy to test with the compiler.45 Use the '--help' option for more details.50 There is a github markdown CIL Reference Guide in the docs directory. To51 view the table of contents, see README.md in the docs directory.53 To convert the github markdown content to HTML and PDF, change to the docs57 The documents will be located in the docs/html and docs/pdf directories.63 - Blocks inside of macros causes undefined behavior65 - Policy must be well formed. For example, invalid usage of68 - Recursive limits are not handled
6 [Documentation](https://docs.rs/humantime) |15 * Parses and formats timestamp in `rfc3339` format: `2018-01-01T12:53:00Z`16 * Parses timestamps in a weaker format: `2018-01-01 12:53:00`18 Timestamp parsing/formatting is super-fast because format is basically21 Here are some micro-benchmarks:24 test result: ok. 0 passed; 0 failed; 26 ignored; 0 measured; 0 filtered out26 Running target/release/deps/datetime_format-8facb4ac832d977029 test rfc3339_chrono ... bench: 737 ns/iter (+/- 37)30 test rfc3339_humantime_seconds ... bench: 73 ns/iter (+/- 2)32 test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured; 0 filtered out[all …]
28 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)42 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)44 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).54 strip_prefix = "googletest-5ab508a01f9eb089207ee87fd547d290da39d015",78 TEST(HelloTest, BasicAssertions) {86 GoogleTest provides [assertions](primer.md#assertions) that you use to test the102 This `cc_test` rule declares the C++ test binary you want to build, and links to106 [Bazel C++ Tutorial](https://docs.bazel.build/versions/main/tutorial/cpp.html).108 Now you can build and run your test:111 <strong>my_workspace$ bazel test --test_output=all //:hello_test</strong>[all …]
3 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/include $(OS_SPECIFIC_C…5 DISTCHECK_CONFIGURE_FLAGS = --enable-werror7 CLEANFILES = programs/*.wav octave-workspace15 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh \16 NEWS.OLD CHANGELOG.md Scripts/linux-to-win-cross-configure.sh \36 test: check target38 # Need this target to force building of test programs.47 SYMBOL_FILES = src/Symbols.gnu-binutils src/Symbols.darwin src/libsndfile-1.def src/Symbols.os2 src…53 src/make-static-lib-hidden-privates.sh \57 WIN_VERSION_FILE = src/version-metadata.rc[all …]
2 <h1><code>is-terminal</code></h1>5 <strong>Test whether a given stream is a terminal</strong>9 …="https://github.com/sunfishcode/is-terminal/actions?query=workflow%3ACI"><img src="https://github…10 …<a href="https://crates.io/crates/is-terminal"><img src="https://img.shields.io/crates/v/is-termin…11 …<a href="https://docs.rs/is-terminal"><img src="https://docs.rs/is-terminal/badge.svg" alt="docs.r…15 is-terminal is a simple utility that answers one question:23 On Unix-family platforms, this is effectively the same as the [`isatty`]25 high-level stream types instead of raw file descriptors.31 [PR \#54] port to windows-sys applied. The only additional difference is that55 This library is tested on both Unix-family and Windows platforms.[all …]
96 pub(crate) fn as_raw(&self) -> c_int { in as_raw()101 pub fn custom(val: c_int) -> RsaPssSaltlen { in custom()106 /// Corresponds to the special value `-1`.107 pub const DIGEST_LENGTH: RsaPssSaltlen = RsaPssSaltlen(-1);109 /// Corresponds to the special value `-2`.110 pub const MAXIMUM_LENGTH: RsaPssSaltlen = RsaPssSaltlen(-2);141 /// [`EVP_DigestSignInit`]: https://www.openssl.org/docs/manmaster/man3/EVP_DigestSignInit.html142 pub fn new<'a, T>(type_: MessageDigest, pkey: &PKeyRef<T>) -> Result<Signer<'a>, ErrorStack> in new()156 /// [`EVP_DigestSignInit`]: https://www.openssl.org/docs/manmaster/man3/EVP_DigestSignInit.html157 pub fn new_without_digest<'a, T>(pkey: &PKeyRef<T>) -> Result<Signer<'a>, ErrorStack> in new_without_digest()[all …]
2 [](https://docs.rs/bindgen/)22 /* automatically generated by rust-bindgen 0.99.9 */51 │ ├── LICENSE -> ../LICENSE56 ├── bindgen-cli59 │ ├── LICENSE -> ../LICENSE62 ├── bindgen-integration68 ├── bindgen-tests80 │ ├── assert-no-diff.bat81 │ ├── no-includes.sh82 │ ├── test.bat[all …]