Searched +full:fails +full:- +full:without +full:- +full:test +full:- +full:cd (Results 1 – 25 of 130) sorted by relevance
123456
3 # Install modified versions of certain ANSI-incompatible system header7 # See README-fixinc for more information.19 # but WITHOUT ANY WARRANTY; without even the implied warranty of29 # Usage: fixinc.sh output-dir input-dir43 if [ ! -d $LIB ]; then44 mkdir -p $LIB || {49 ( cd $LIB && touch DONE && rm DONE ) || {55 if test -z "$VERBOSE"61 [0-9] ) : ;;68 if test -r ./Makefile; then[all …]
13 # default options. These options can be overridden by test specific21 # Test specific options are set after the label:25 # The options after a TEST_START label are specific to that test.26 # Each TEST_START label will set up a new test. If you want to27 # perform a test more than once, you can add the ITERATE label28 # to it followed by the number of times you want that test29 # to iterate. If the ITERATE is left off, the test will only34 # You can skip a test by adding SKIP (before or after the ITERATE43 # The SKIP label causes the options and the test itself to be ignored.45 # only enabling the ones you want to use for a current test run.[all …]
1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-7 # with or without modifications, as long as this notice is preserved.10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without26 # with or without modifications, as long as this notice is preserved.29 # ----------------------------42 # -----------------------------49 # -------------------------------58 # AM_AUX_DIR_EXPAND -*- Autoconf -*-64 # with or without modifications, as long as this notice is preserved.79 # fails when called from a subdirectory if $ac_aux_dir is relative[all …]
2 # Guess values for system-dependent variables and create Makefiles.8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.13 ## -------------------- ##15 ## -------------------- ##19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which24 alias -g '${1+"$@"}'='"$@"'27 case `(set -o) 2>/dev/null` in #(29 set -o posix ;; #(44 # but without wasting forks for bash or zsh.[all …]
5 LICENSE = "GPL-2.0-only & GPL-2.0-or-later & BSD-3-Clause"15 SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \16 file://fixed-perl-path.patch \17 file://Added-support-for-PPC-instructions-mfatbu-mfatbl.patch \18 file://run-ptest \19 file://remove-for-aarch64 \20 file://remove-for-all \22 file://0004-Fix-out-of-tree-builds.patch \23 file://0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch \24 file://use-appropriate-march-mcpu-mfpu-for-ARM-test-apps.patch \[all …]
1 SUMMARY = "Linux Test Project"2 …Test Project is a joint project with SGI, IBM, OSDL, and Bull with a goal to deliver test suites t…3 HOMEPAGE = "https://linux-test-project.github.io/"5 LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-2.0-or-later & LGPL-2.1-or-later & BSD-2-Clause"9 file://testcases/network/can/filter-tests/COPYING;md5=5b155ea7d7f86eae8e8832955d8b70bc \12 DEPENDS = "attr libaio libcap acl openssl zip-native"13 DEPENDS:append:libc-musl = " fts "14 EXTRA_OEMAKE:append:libc-musl = " LIBC=musl "15 EXTRA_OECONF:append:libc-musl = " LIBS=-lfts "17 # since ltp contains x86-64 assembler which uses the frame-pointer register,[all …]
1 SUMMARY = "Free peer-reviewed portable C++ source libraries"2 DESCRIPTION = "Provides free peer-reviewed portable C++ source libraries. The emphasis is on libra…7 DEPENDS = "boost-build-native zlib bzip2"39 test \49 PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich"59 inherit python3-dir62 # Make a package for each library, plus -dev63 PACKAGES = "${PN}-dbg ${BOOST_PACKAGES}"70 extras.append("--with-%s" % lib)71 pkg = "boost-%s" % (lib.replace("_", "-"))[all …]
1 // SPDX-License-Identifier: GPL-2.0-only8 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com>27 #include <linux/dma-mapping.h>38 MODULE_AUTHOR("Joerg-Stephan Vogt <jsvogt@de.ibm.com>");60 /* Initial SR-IOV bring-up image */109 * genwqe_dev_alloc() - Create and prepare a new card descriptor116 struct genwqe_dev *cd; in genwqe_dev_alloc() local123 return ERR_PTR(-ENODEV); in genwqe_dev_alloc()125 cd = kzalloc(sizeof(struct genwqe_dev), GFP_KERNEL); in genwqe_dev_alloc()126 if (!cd) in genwqe_dev_alloc()[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */11 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com>42 #define GENWQE_DDCB_MAX 32 /* DDCBs on the work-queue */62 #define PCI_SUBSYSTEM_ID_GENWQE5 0x035f /* Genwqe A5 Subsystem-ID */63 #define PCI_SUBSYSTEM_ID_GENWQE5_NEW 0x044b /* Genwqe A5 Subsystem-ID */67 #define PCI_SUBSYSTEM_ID_GENWQE5_SRIOV 0x0000 /* Genwqe A5 Subsystem-ID */73 * struct genwqe_reg - Genwqe data dump functionality82 * enum genwqe_dbg_type - Specify chip unit to dump/debug99 #define GENWQE_INJECT_HARDWARE_FAILURE 0x00000001 /* injects -1 reg reads */107 * Error-handling in case of card malfunction[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"10 - Adrian Hunter <adrian.hunter@intel.com>13 - $ref: "mmc-controller.yaml#"14 - if:18 const: arasan,sdhci-5.121 - phys22 - phy-names23 - if:[all …]
11 This is the git repository of bcache-tools:12 https://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools.git/17 It's designed around the performance characteristics of SSDs - it only allocates25 great lengths to protect your data - it reliably handles unclean shutdown. (It29 Writeback caching can use most of the cache for buffering writes - writing36 average is above the cutoff it will skip all IO from that task - instead of47 You'll need bcache util from the bcache-tools repository. Both the cache device50 bcache make -B /dev/sdb51 bcache make -C /dev/sdc53 `bcache make` has the ability to format multiple devices at the same time - if[all …]
1 # U-Boot pytest suite5 This tool aims to test U-Boot by executing U-Boot shell commands using the6 console interface. A single top-level script exists to execute or attach to the7 U-Boot console, run the entire script of tests against it, and summarize the10 - Testing is performed in the same way a user or script would interact with11 U-Boot; there can be no disconnect.12 - There is no need to write or embed test-related code into U-Boot itself.13 It is asserted that writing test-related code in Python is simpler and more15 - It is reasonably simple to interact with U-Boot in this way.19 The test suite is implemented using pytest. Interaction with the U-Boot console[all …]
2 --------------5 sox-11gamma, followed by a list of prior authors and features.7 $ox-14.4.2 2015-02-228 ----------12 Deprec- Feature [O(ption)]14 ------- ---------------------- ----------------------15 14.3.0 O -1/-2/-3/-4/-8 -b16 14.3.0 O -s/-u/-f -e17 14.3.0 O -A/-U/-o/-i/-a/-g -e39 o Allow mixing time and sample-count arguments for the delay[all …]
1 # generated automatically by aclocal 1.16.2 -*- Autoconf -*-3 # Copyright (C) 1996-2020 Free Software Foundation, Inc.7 # with or without modifications, as long as this notice is preserved.10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without25 dnl This file comes from X.Org's font-util 1.3.231 dnl to deal in the Software without restriction, including without limitation40 dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR48 dnl --------------------------------------------------------------------53 dnl documentation for any purpose is hereby granted without fee, provided that61 dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS[all …]
2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in3 ## by inline-source v2014-01-03.016 # Provide generalized library-building support services.9 # Copyright (C) 1996-2015 Free Software Foundation, Inc.24 # WITHOUT ANY WARRANTY; without even the implied warranty of38 ## ------ ##40 ## ------ ##42 # Run './libtool --help' for help with using this script from the46 ## ------------------------------- ##48 ## ------------------------------- ##[all …]
3 # Common variables for the gcc-initial and gcc-final packages.14 GCC_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,gcc,$(GCC_VERSION))15 GCC_SOURCE = gcc-$(GCC_VERSION).tar.gz17 GCC_SITE = $(BR2_GNU_MIRROR:/=)/gcc/gcc-$(GCC_VERSION)18 GCC_SOURCE = gcc-$(GCC_VERSION).tar.xz25 $(call arch-xtensa-overlay-extract,$(@D),gcc)32 # gcc is a special package, not named gcc, but gcc-initial and33 # gcc-final, but patches are nonetheless stored in package/gcc in the40 if test -d $${patchdir}; then \55 mkdir -p $(@D)/build[all …]
2 # SPDX-License-Identifier: MIT24 corecopydir = os.path.join(templayerdir, 'core-copy')41 result = runCmd('git rev-parse --show-toplevel', cwd=canonical_layerpath)47 # cloning and doing this?" - well, the problem with that is51 result = runCmd('git status --porcelain', cwd=oldreporoot)86 """Test case setup function"""90 'This test cannot be run with a workspace directory '97 result = runCmd('git status --porcelain', cwd=repo_dir)100 result = runCmd('git symbolic-ref HEAD', cwd=repo_dir)106 result = runCmd('git status . --porcelain',[all …]
1 // SPDX-License-Identifier: GPL-2.032 * One maps client+vfsmnt+dentry to export options - the export map33 * The other maps client+filehandle-fragment to export options. - the expkey map41 #define EXPKEY_HASHMASK (EXPKEY_HASHMAX -1)47 if (test_bit(CACHE_VALID, &key->h.flags) && in expkey_put()48 !test_bit(CACHE_NEGATIVE, &key->h.flags)) in expkey_put()49 path_put(&key->ek_path); in expkey_put()50 auth_domain_put(key->ek_client); in expkey_put()54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h) in expkey_upcall() argument56 return sunrpc_cache_pipe_upcall(cd, h); in expkey_upcall()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only19 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst35 interpret without knowing where these lines (or sometimes individual43 int "Default console loglevel (1-15)"53 Note: This does not affect the log level of un-prefixed printk()58 int "quiet console loglevel (1-15)"69 int "Default message log level (1-7)"75 This was hard-coded to KERN_WARNING since at least 2.6.10 but folks111 enabled/disabled based on various levels of scope - per source file,151 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' >[all …]
1 .. SPDX-License-Identifier: GPL-2.021 Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com>57 BT-948/958/958D, will always be available from my Linux Home Page at URL68 opportunity to become a beta test site for their latest MultiMaster product,69 the BT-948 PCI Ultra SCSI Host Adapter, and then again for the BT-958 PCI Wide90 94555, USA and can be reached at 510/796-6100 or on the World Wide Web at92 mail at techsup@mylex.com, by Voice at 510/608-2400, or by FAX at 510/745-7715.101 -----------------------------------116 adapter will attempt to negotiate for 20.0 mega-transfers/second.121 adapter will attempt to negotiate for 10.0 mega-transfers/second.[all …]
13 * Copyright (C) 2012-2015 Cypress Semiconductor21 * but WITHOUT ANY WARRANTY; without even the implied warranty of140 struct cyttsp5_core_data *cd = dev_get_drvdata(dev); in cyttsp5_pr_buf() local141 u8 *pr_buf = cd->pr_buf; in cyttsp5_pr_buf()149 max = (CY_MAX_PRBUF_SIZE - 1) - sizeof(CY_PR_TRUNCATED); in cyttsp5_pr_buf()158 size - 1, pr_buf, size <= max ? "" : CY_PR_TRUNCATED); in cyttsp5_pr_buf()168 static int tthe_print(struct cyttsp5_core_data *cd, u8 *buf, int buf_len, in tthe_print() argument177 if (cd->show_timestamp) { in tthe_print()184 mutex_lock(&cd->tthe_lock); in tthe_print()185 if (!cd->tthe_buf) in tthe_print()[all …]
... i error: expected interface name after option %s -d -u -x -h %s % ...
1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.7 # unlimited permission to copy and/or distribute it, with or without26 # WITHOUT ANY WARRANTY; without even the implied warranty of38 # ------------------41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,49 # ------------------60 # ------------------70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])[all …]
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>4 # Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org>5 # Copyright (C) 2014-2020 by the Buildroot developers <buildroot@buildroot.org>13 # but WITHOUT ANY WARRANTY; without even the implied warranty of19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA22 #--------------------------------------------------------------25 #--------------------------------------------------------------31 SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \32 else if [ -x /bin/bash ]; then echo /bin/bash; \39 # or avoid confusing packages that can use the O=<dir> syntax for out-of-tree[all …]