Home
last modified time | relevance | path

Searched +refs:test +refs:current +refs:scope (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/googletest/googlemock/
H A DCMakeLists.txt7 # To run the tests for Google Mock itself on Linux, use 'make test' or
25 # although its changes will not affect things at the current scope.
47 # targets to the current scope. We are placing Google Test's binary
63 # changes there don't affect the current scope. Therefore we have to
131 # 'make test' or ctest.
154 cxx_test(gmock_link_test gmock_main test/gmock_link2_test.cc)
183 gmock_main_no_exception test/gmock-more-actions_test.cc)
186 gmock_main_no_rtti test/gmock-spec-builders_test.cc)
197 shared_gmock_main test/gmock-spec-builders_test.cc)
205 cxx_executable(gmock_leak_test_ test gmock_main)
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md3 These are the notes collected during the development, review and test.
13 ### Use a **lit test** instead of a **unit test** for the **logical readers**.
27 llvm-project/llvm/test/DebugInfo/LogicalView/CodeViewReader.test
28 llvm-project/llvm/test/DebugInfo/LogicalView/DWARFReader.test
56 The current trend is to use ``TableGen`` for command-line options in tools.
138 incorrect scope parent for disassembly or line records.
/freebsd/contrib/googletest/docs/
H A Dadvanced.md8 messages, propagate fatal failures, reuse and speed up your test fixtures, and
241 a method of the test fixture class. The one constraint is that assertions that
263 call `abort` and crash the entire test executable, or put the fatal assertion in
269 called from a constructor or destructor does not terminate the current test, as
275 ## Skipping test execution
277 Related to the assertions `SUCCEED()` and `FAIL()`, you can prevent further test
279 to check for preconditions of the system under test during runtime and skip
282 `GTEST_SKIP()` can be used in individual test cases or in the `SetUp()` methods
288 GTEST_SKIP() << "Skipping single test";
309 When a test assertion such as `EXPECT_EQ` fails, GoogleTest prints the argument
[all …]
H A Dgmock_for_dummies.md5 When you write a prototype or test, often it's not feasible or wise to rely on
69 * You want to test how your code handles a failure (e.g. a file checksum
94 API for drawing. How would you test that it does the right thing? Well, you can
125 `GoTo()`. Finally, `GetX()` and `GetY()` tell you the current position of the
133 maintain (the intent of a test is expressed in the code, not in some binary
190 `Foo` changes it, your test could break. (You can't really expect `Foo`'s
191 maintainer to fix every test that uses `Foo`, can you?)
243 As you might have guessed, this test checks that `PenDown()` is called at least
244 once. If the `painter` object didn't call this method, your test will fail with
256 **Tip 1:** If you run the test from an Emacs buffer, you can hit `<Enter>` on
[all …]
/freebsd/
H A DCONTRIBUTING.md17 The preferred method depends on a few factors including the size or scope of
30 small, and have limited scope should be submitted. Do not submit pull requests
43 * The scope of the pull request should not change during review. If the review suggests changes tha…
51 …sts are the same before / after your change. Ideally, you'd also create a test case that shows an …
64 focus needed for a good review and can be hard to test. Misdirected patches may
82 The current theory for pull requests on GitHub is to facilitate inclusion in the
86 submission does not meet the limited scope for pull requests accepted
156 making the contribution can do it under the current license of the file. Other
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md5 This page lists the facilities provided by GoogleTest for writing test programs.
20 Defines an individual test named *`TestName`* in the test suite
24 and must not contain underscores (`_`). Tests in different test suites can have
27 The statements within the test body can be any code under test.
28 [Assertions](assertions.md) used within the test body determine the outcome of
29 the test.
39 Defines an individual test named *`TestName`* that uses the test fixture class
40 *`TestFixtureName`*. The test suite name is *`TestFixtureName`*.
44 the name of a test fixture class—see
47 The statements within the test body can be any code under test.
[all …]
/freebsd/contrib/kyua/
H A DNEWS.md18 * Fixed execution of test cases as an unprivileged user, at least under
21 test cases might have previously failed for mysterious reasons when
24 * Issue #134: Fixed metadata test broken on 32-bit platforms.
26 * Issue #139: Added per-test case start/end timestamps to all reports.
36 timers to control test deadlines.
45 implements a long-standing feature request: the ability to execute test
46 cases in parallel. This is a big deal because test cases are rarely
48 large test suites, allowing faster iteration of changes during development.
50 As an example: the FreeBSD test suite as of this date contains 3285 test
51 cases. With sequential execution, a full test suite run takes around 12
[all …]
/freebsd/crypto/openssl/
H A DNOTES-NONSTOP.md61 On current NonStop platforms, programs cannot both statically link OpenSSL
112 The current OpenSSL default memory model uses the default platform address
141 The OpenSSL test suite will not run on your workstation. In order to verify the
142 build, you will need to perform the build and test steps in OSS in your NonStop
143 server. You can also build under gcc and run the test suite for Windows but that
149 Anything and everything to do with FIPS is outside the scope of this document.
/freebsd/contrib/tnftp/
H A DChangeLog167 no test system is available, and the old
278 from "char *" to "const char *", to match the current
563 (MacOSX 10.3) by adding a custom test for _POLL_EMUL_H_ which
565 systems have poll.h, so only do the poll() test if at least one
577 the current directory. The previous behaviour (of trusting
652 * Add autoconf test for <sys/syslimits.h>; Cygwin needs it for ARG_MAX.
687 * Add test for HAVE_IN6ADDRSZ (which older Darwin is lacking),
881 * update glob(3) to netbsd-current (20010329), adding support
895 * merge ftp from NetBSD-current (20001127):
906 - cope with 2553bis getnameinfo (always attach scope id)
[all …]
/freebsd/contrib/flex/
H A DONEWS97 - A new concept of "start condition" scope has been introduced.
98 A start condition scope is begun with:
103 the start condition scope, every rule automatically has the
123 to better show the extent of the scope.
176 yylineno if set, keep track of the current line
218 returns a YY_BUFFER_STATE (which also becomes the current input
250 pushes the current start condition onto the top of the stack
305 can be used to control whether the current buffer is considered
321 can be used to control whether the current buffer's scanning
341 the current buffer will have '^' rules active, false otherwise.
[all …]
H A DChangeLog7 translations; recompiled against current sources
54 * tests/Makefile.am, tests/tableopts.am, tests/tableopts.sh: test:
168 * configure.ac, tests/Makefile.am, tests/pthread.l: test: skip
169 …pthread test when needed files missing. "Unlisting" the pthread test when libpthread is not avail…
171 returns the "skip" status. configure.ac and tests/Makefile.am are edited so that pthread test
216 * tests/Makefile.am, tests/no_bison_stub.c: test: Skip bison tests
231 …* src/Makefile.am: build: fix Makefile parse.h dependency clauses. The current clauses stating "m…
240 * tests/Makefile.am: test: Remake *_scanner.c if *_scanner.h is
249 * tests/Makefile.am: test: remove BUILT_SOURCES; add missing
250 dependencies. Without BUILT_SOURCES in Makefile, no test sources in tests/ will be
[all …]
/freebsd/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod187 A current example:
293 F<build.info> variables and B<SUBDIRS> statement, for which the scope
318 Normal Perl scope applies, so it's possible to have an initial perl
321 are only in scope within the same nugget, while B<our> definitions are
322 in scope within the whole F<build.info> file.
365 relative to the location of the current F<build.info> file.
578 internal static libraries, or on test programs.
/freebsd/crypto/krb5/src/windows/installer/wix/
H A Dmsi-deployment-guide.txt103 You can test a transform by :
105 > copy kfw.msi kfw-test.msi
106 > msitran -a kfw-transform.mst kfw-test.msi
108 and then checking the resulting kfw-test.msi to see if all the
110 kfw-test.msi. 'msitran' will complain if some modification in the
779 It is beyond the scope of this document to provide a comprehensive
804 Up to current release
809 Up to current release
/freebsd/contrib/byacc/
H A DCHANGES80 make test-differences smaller when compiling with YY_NO_LEAKS by replacing
135 * test/yacc/ok_syntax1.tab.h, test/yacc/ok_syntax1.tab.c,
136 test/btyacc/ok_syntax1.tab.h, test/btyacc/ok_syntax1.tab.c:
139 * test/ok_syntax1.y:
140 modify test for %union to add tag for testing reader.c
185 * test/run_test.sh: use context diff, to work with AIX
190 * makefile.in, test/run_make.sh, test/run_test.sh, test/run_lint.sh:
220 adapt from current Debian package
236 * package/debian/watch: adapt from current Debian package
314 * test/run_test.sh:
[all …]
/freebsd/contrib/ncurses/
H A DNEWS72 + modify test/test_mouse.c to use curses api for raw/noraw.
150 + modify doc-html test package's install-directory, per lintian.
260 environment variables or ioctl is used. The ncurses test-program
264 + modify test/clip_printw.c to optionally test non-wrapped updates.
364 and test-case by Gregory James Duck).
373 and test-case by Zbigniew Baniewski).
382 + corrected mouse mask in test/testcurs.c
392 + modify test-package "ncurses6-doc" to use manpage-aliases, which in
436 + modify test packages to disable root access/environ options.
473 report problems within the current runtime of tic rather than for
[all …]
H A Daclocal.m464 if test "$am_cv_langinfo_codeset" = yes; then
158 if test "$srcdir" != "."; then
161 if test "$GCC" != yes; then
163 elif test "$includedir" != "/usr/include"; then
164 if test "$includedir" = '${prefix}/include' ; then
165 if test x$prefix != x/usr ; then
209 test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
210 && test -z "${cf_tst_cflags}" \
213 if test "$cf_fix_cppflags" = yes ; then
216 elif test "${cf_tst_cflags}" = "\"'" ; then
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog21 test:
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
46 o Parse IPv6 scope IDs. (f602211f Philip Homburg)
170 o Link test/regress with event_core/event_extra over event (22380996 Azat Khuzhin)
175 o tinytest: implement per-test timeout (via alarm() under !win32 only)
269 o Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3. (532a8cc3)
337 o test/dns: replace servname since solaris does not have "http" (d6bafbbe Azat Khuzhin)
338 o test/thread: netbsd is too slow, increase timeout for conditions_simple (3c7422fc Azat Khuzhin)
339 o test/dns: run async resolving after sync one (to avoid timeouts) (07862531 Azat Khuzhin)
340 o test/http: turn off some tests that based on backlog filling (falky) (26f416c1 Azat Khuzhin)
[all …]
/freebsd/contrib/libevent/
H A DChangeLog21 test:
24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
46 o Parse IPv6 scope IDs. (f602211f Philip Homburg)
170 o Link test/regress with event_core/event_extra over event (22380996 Azat Khuzhin)
175 o tinytest: implement per-test timeout (via alarm() under !win32 only)
269 o Port `event_rpcgen.py` and `test/check-dumpevents.py` to Python 3. (532a8cc3)
337 o test/dns: replace servname since solaris does not have "http" (d6bafbbe Azat Khuzhin)
338 o test/thread: netbsd is too slow, increase timeout for conditions_simple (3c7422fc Azat Khuzhin)
339 o test/dns: run async resolving after sync one (to avoid timeouts) (07862531 Azat Khuzhin)
340 o test/http: turn off some tests that based on backlog filling (falky) (26f416c1 Azat Khuzhin)
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog22 - Fix comment name in the rpz nsdname test.
24 - Fix redis_replica test for unused option defaults and log printout.
25 - Fix test to speed up common.sh script kill_pid.
37 - Fix test for stat_values for wait limit defaults for localhost.
46 - Fix unbound-control test so it counts the new flush_negative output,
48 and skip a thread specific test when no threads are available.
51 - Fix fast reload test to check if pid exists before acting on it.
67 - Fix unit test dname log printout typecast.
68 - Fix for ci test, expat is installed on the osx image.
199 - Fix typo in log_servfail.tdir test
[all...]
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION119 * KAME supports node required addresses, and conforms to the scope
206 * zone indices that contain scope types have not been supported yet.
217 * kame/mdnsd has test implementation, which will not be built in
389 only be used for test/debug purposes - for a production environment,
396 specify the scope zone index (link index for a link-local address, or
404 One non-trivial point of the architecture is that the link scope is
405 (theoretically) larger than the interface scope. That is, two
409 links and interfaces in the same scope type. The current KAME
428 In the kernel, the link index for a link-local scope address is
479 Embed zone ID determined by the address scope type for 'in6' and the
[all …]
/freebsd/contrib/one-true-awk/
H A DFIXES.1e112 test for these values. Thanks to Arnold Robbins. Allows closing
230 the fix. New test T.concat added to the test suite.
256 From Arnold Robbins, apply some cleanups in the test suite.
366 Added test in maketab.c to prevent generating a proctab entry
410 current (very minor) fixes to github / onetrueawk
423 test for correct behavior: T.latin1, T.gawk.
484 longer have anything like a current windows environment, so
485 i can't test any of it.
519 fixed memory fault caused by out of order test in setsval.
532 it and providing a very compact test case.
[all …]
/freebsd/contrib/dialog/
H A Daclocal.m461 if test "x$CATOBJEXT" != "x"; then
62 if test "x$ALL_LINGUAS" = "x"; then
79 if test "$useit" = yes; then
88 if test -n "$LINGUAS"; then
130 if test "$am_cv_func_iconv" = yes; then
148 if test "$am_cv_proto_iconv_const" = yes ; then
159 if test "$cf_cv_find_linkage_iconv" = yes; then
161 if test -n "$cf_cv_library_file_iconv" ; then
187 if test "$am_cv_langinfo_codeset" = yes; then
214 [if test "$ac_cv_header_locale_h" = yes; then
[all …]
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt101 Fix a test in ASLTS with edge case failure.
562 ASL test suite (ASLTS): Updated all copyrights to 2021.
737 evaluate all objects in the current namespace whose NameString contains
849 root scope) or a NameString containing parent prefixes.
962 used for ACPICA's ASL test suite, but can be used by ASL developers as
1001 declaration does not contain a type that opens a scope. This is incorrect
1134 ASL test suite (ASLTS): Updated all copyrights to 2020.
1140 parent scope for the named object when the object is not present in
1141 the current scope.
1159 the field was less than or equal to the current size of an Integer.
[all …]
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc198 Contact the current maintainers at bug-ncurses@gnu.org.
258 these (called curscr, for current screen) is a screen image of what
271 A given physical screen section may be within the scope of any number
295 In order to move the current (y, x) coordinates from one point to
433 cursor to the window's current (y, x) coordinates after updating it.
444 are addch() and move(). addch() adds a character at the current (y, x)
445 coordinates. move() changes the current (y, x) coordinates to whatever
520 The other is to set the current-highlight value. This is logical-ORed
601 accept from the keyboard. Two of the test games in the ncurses
659 current terminal.
[all …]
/freebsd/contrib/bmake/
H A DChangeLog8 Add a suitable unit test.
154 o in stack trace with details and includes, list the current file
194 to avoid failure in test on NFS - since the temp file for the
224 o unit-tests: test expressions based on undefined variables
582 o export variables with value from target scope
662 tweak the unit test to detect the bug thus fixed.
703 o unit-tests cover all cases of :mtime, test and explain exporting
757 * configure.in: fix the test for wether TZ=Europe/Berlin works.
766 o make.1: clean up wording, clarify scope of '!' in conditions
817 o unit test for .undef of readOnly vars
[all …]

123