Home
last modified time | relevance | path

Searched refs:assert (Results 1 – 25 of 47) sorted by relevance

12

/buildroot/package/bats-assert/
A Dbats-assert.mk8 BATS_ASSERT_SITE = $(call github,bats-core,bats-assert,v$(BATS_ASSERT_VERSION))
13 $(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/lib/bats/bats-assert/src
14 $(INSTALL) -m 0755 $(@D)/*.bash -t $(TARGET_DIR)/usr/lib/bats/bats-assert
15 $(INSTALL) -m 0755 $(@D)/src/*.bash -t $(TARGET_DIR)/usr/lib/bats/bats-assert/src
A DConfig.in2 bool "bats-assert"
5 bats-assert is a helper library providing common assertions
15 https://github.com/bats-core/bats-assert
A Dbats-assert.hash2 sha256 98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd bats-assert-2.1.0.tar.gz
/buildroot/support/testing/tests/package/
A Dsample_nodejs_basic.js1 var assert = require('assert'); variable
2 assert.strictEqual(1, 1);
A Dsample_nodejs_module.js1 var assert = require('assert'); variable
5 assert.deepStrictEqual(result, expected)
/buildroot/package/wlroots/
A D0001-Add-feature-macros-to-more-C-files-.patch39 #include <assert.h>
48 #include <assert.h>
57 #include <assert.h>
66 #include <assert.h>
75 #include <assert.h>
84 #include <assert.h>
93 #include <assert.h>
102 #include <assert.h>
111 #include <assert.h>
120 #include <assert.h>
[all …]
/buildroot/support/testing/tests/package/test_bats/rootfs-overlay/root/
A Dtest-bats-assert.bats5 bats_load_library bats-assert
/buildroot/package/lua-http/
A D0001-http-h1_stream-handle-EOF-when-body_read_type-length.patch49 + assert(stream:write_headers(headers, true))
53 + assert(stream:get_headers())
57 + assert(stream:write_headers(res_headers, false))
58 + assert(stream:write_chunk("foo", false))
59 + assert(stream:shutdown())
62 + assert.truthy(cq:empty())
/buildroot/package/lzop/
A D0001-allow-overriding-modification-time.patch21 assert(opt_method > 0);
22 assert(opt_level > 0);
23 assert(fip->st.st_mode == 0 || S_ISREG(fip->st.st_mode));
/buildroot/support/testing/tests/package/test_z3/rootfs-overlay/root/
A Dz3test.smt26 (assert (and p (not p)))
/buildroot/package/netplug/
A D0003-remove-assert-fail.patch3 The netplug code uses the assert() macro in various places. In glibc
4 internally, assert() uses a function called __assert_fail() to print a
19 library implementation of assert() just does its normal work. The only
/buildroot/package/midori/
A D0001-disable-vala-fatal-warnings.patch24 + set(VALAFLAGS ${VALAFLAGS} --disable-assert)
27 set(VALAFLAGS ${VALAFLAGS} --disable-assert)
/buildroot/package/pound/
A D0001-include-limits.h.patch32 #include <assert.h>
44 #include <assert.h>
68 #include <assert.h>
/buildroot/package/dvdrw-tools/
A D0002-Include-sysmacros.h-to-compile-with-newer-gcc.patch13 #include <assert.h>
/buildroot/package/bats-core/
A DConfig.in15 source "package/bats-assert/Config.in"
/buildroot/package/qt5/qt5webengine-chromium/
A D0001-Add-python3-build-support.patch255 assert isinstance(v8_value_expr, str)
259 assert (default_value is None
265 assert isinstance(v8_array, str)
310 + assert isinstance(index, int)
381 assert isinstance(key, str)
416 assert (overriding_args is None
690 assert len(interfaces) == 1, (
1007 assert len(items) > 1
1277 assert len(types) == 2
1286 assert len(types) == 1
[all …]
/buildroot/package/mesa3d/
A D0004-Fix-uClibc-build.patch43 #include <assert.h>
47 + * assert.h only defines that name for C11 and above
/buildroot/package/memcached/
A D0002-fix-build-on-uclibc-ng.patch43 assert(strlen(name) < THR_NAME_MAXLEN);
56 assert(strlen(name) < THR_NAME_MAXLEN);
/buildroot/package/udpcast/
A D0001-fix-musl-build.patch25 #include <assert.h>
/buildroot/package/luarocks/
A Dbuildroot.lua160 local f = assert(io.open(fname, 'w'))
222 local f = assert(io.open(fname, 'w'))
265 local f = assert(io.open(fname, 'w'))
282 local f = assert(io.open(fname, 'w'))
319 local rockname = assert(args.rockname)
/buildroot/package/patch/
A D0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch24 - assert (! inerrno);
A D0004-Invoke-ed-directly-instead-of-using-the-shell.patch34 + assert (outname[0] != '!' && outname[0] != '-');
/buildroot/package/pulseaudio/
A D0001-shm.c-use-_Static_assert-instead-of-static_assert-fo.patch7 gnu11 mode, but the second one should be a macro defined in assert.h
/buildroot/package/rpi-userland/
A D0002-interface-remove-faulty-assert-to-make-weston-happy-.patch4 Subject: [PATCH] interface: remove faulty assert() to make weston happy at
/buildroot/package/cpulimit/
A D0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch38 #include <assert.h>

Completed in 50 milliseconds

12