| /buildroot/package/bats-assert/ |
| A D | bats-assert.mk | 8 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 D | Config.in | 2 bool "bats-assert" 5 bats-assert is a helper library providing common assertions 15 https://github.com/bats-core/bats-assert
|
| A D | bats-assert.hash | 2 sha256 98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd bats-assert-2.1.0.tar.gz
|
| /buildroot/support/testing/tests/package/ |
| A D | sample_nodejs_basic.js | 1 var assert = require('assert'); variable 2 assert.strictEqual(1, 1);
|
| A D | sample_nodejs_module.js | 1 var assert = require('assert'); variable 5 assert.deepStrictEqual(result, expected)
|
| /buildroot/package/wlroots/ |
| A D | 0001-Add-feature-macros-to-more-C-files-.patch | 39 #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 D | test-bats-assert.bats | 5 bats_load_library bats-assert
|
| /buildroot/package/lua-http/ |
| A D | 0001-http-h1_stream-handle-EOF-when-body_read_type-length.patch | 49 + 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 D | 0001-allow-overriding-modification-time.patch | 21 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 D | z3test.smt2 | 6 (assert (and p (not p)))
|
| /buildroot/package/netplug/ |
| A D | 0003-remove-assert-fail.patch | 3 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 D | 0001-disable-vala-fatal-warnings.patch | 24 + set(VALAFLAGS ${VALAFLAGS} --disable-assert) 27 set(VALAFLAGS ${VALAFLAGS} --disable-assert)
|
| /buildroot/package/pound/ |
| A D | 0001-include-limits.h.patch | 32 #include <assert.h> 44 #include <assert.h> 68 #include <assert.h>
|
| /buildroot/package/dvdrw-tools/ |
| A D | 0002-Include-sysmacros.h-to-compile-with-newer-gcc.patch | 13 #include <assert.h>
|
| /buildroot/package/bats-core/ |
| A D | Config.in | 15 source "package/bats-assert/Config.in"
|
| /buildroot/package/qt5/qt5webengine-chromium/ |
| A D | 0001-Add-python3-build-support.patch | 255 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 D | 0004-Fix-uClibc-build.patch | 43 #include <assert.h> 47 + * assert.h only defines that name for C11 and above
|
| /buildroot/package/memcached/ |
| A D | 0002-fix-build-on-uclibc-ng.patch | 43 assert(strlen(name) < THR_NAME_MAXLEN); 56 assert(strlen(name) < THR_NAME_MAXLEN);
|
| /buildroot/package/udpcast/ |
| A D | 0001-fix-musl-build.patch | 25 #include <assert.h>
|
| /buildroot/package/luarocks/ |
| A D | buildroot.lua | 160 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 D | 0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 24 - assert (! inerrno);
|
| A D | 0004-Invoke-ed-directly-instead-of-using-the-shell.patch | 34 + assert (outname[0] != '!' && outname[0] != '-');
|
| /buildroot/package/pulseaudio/ |
| A D | 0001-shm.c-use-_Static_assert-instead-of-static_assert-fo.patch | 7 gnu11 mode, but the second one should be a macro defined in assert.h
|
| /buildroot/package/rpi-userland/ |
| A D | 0002-interface-remove-faulty-assert-to-make-weston-happy-.patch | 4 Subject: [PATCH] interface: remove faulty assert() to make weston happy at
|
| /buildroot/package/cpulimit/ |
| A D | 0002-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch | 38 #include <assert.h>
|