Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 2897) sorted by relevance

12345678910>>...116

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py35 for bug in read_bugs(args.output, html_reports_available):
36 bug_counter(bug)
172 bugs = (pretty(bug) for bug in read_bugs(output_dir, True))
273 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug))
282 for bug in parser(bug_file):
283 if not duplicate(bug):
284 yield bug
384 for bug in content.get('diagnostics', []):
385 if len(files) <= int(bug['location']['file']):
391 'bug_type': bug['type'],
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DBugLifeCycle.rst10 Introduction - Achieving consistency in how we deal with bug reports
16 understanding of what a particular bug state actually means and what to expect
21 overall goal is to make it easier to work with and understand the bug reports.
30 Furthermore, some of the metadata in the bug tracker, such as who to notify on
43 See :doc:`HowToSubmitABug` on further details on how to submit good bug reports.
45 Make sure that you have one or more people on cc on the bug report that you
49 If you know the area of LLVM code the root cause of the bug is in, good
60 When triage is complete, the status of the bug is moved to CONFIRMED.
62 The goal of triaging a bug is to make sure a newly reported bug ends up in a
69 * Can you easily reproduce the bug?
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D01-simple.conf6 test-1 = 1-Server signature algorithms bug
33 [1-Server signature algorithms bug]
34 ssl_conf = 1-Server signature algorithms bug-ssl
36 [1-Server signature algorithms bug-ssl]
37 server = 1-Server signature algorithms bug-server
38 client = 1-Server signature algorithms bug-client
40 [1-Server signature algorithms bug-server]
46 [1-Server signature algorithms bug-client]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dbugreport.texi10 Your bug reports play an essential role in making GCC reliable.
17 * Criteria: Bug Criteria. Have you really found a bug?
18 * Reporting: Bug Reporting. How to report a bug effectively.
23 @cindex bug criteria
25 If you are not sure whether you have found a bug, here are some guidelines:
32 compiler bug. Reliable compilers never crash.
38 (except an @code{asm} statement), that is a compiler bug, unless the
47 execute the input source code, that is a compiler bug.
56 is omitted; it is not a bug when GCC produces different results.
61 interpret it another way. Neither compiler is wrong. The bug is
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dbugreport.texi10 Your bug reports play an essential role in making GCC reliable.
17 * Criteria: Bug Criteria. Have you really found a bug?
18 * Reporting: Bug Reporting. How to report a bug effectively.
23 @cindex bug criteria
25 If you are not sure whether you have found a bug, here are some guidelines:
32 compiler bug. Reliable compilers never crash.
38 (except an @code{asm} statement), that is a compiler bug, unless the
47 execute the input source code, that is a compiler bug.
56 is omitted; it is not a bug when GCC produces different results.
61 interpret it another way. Neither compiler is wrong. The bug is
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D01-simple.cnf6 test-1 = 1-Server signature algorithms bug
34 [1-Server signature algorithms bug]
35 ssl_conf = 1-Server signature algorithms bug-ssl
37 [1-Server signature algorithms bug-ssl]
38 server = 1-Server signature algorithms bug-server
39 client = 1-Server signature algorithms bug-client
41 [1-Server signature algorithms bug-server]
47 [1-Server signature algorithms bug-client]
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dversion.c.lt56 v7 5/24/84 Fixed jump_back(n) bug: n should count real
60 v10 10/10/84 Fixed bug in -b<n> argument processing
85 v28 6/28/85 Fixed right margin bug.
87 v30 6/29/85 Fixed stupid bug in argument processing.
110 v47 10/30/85 Fixed bug in edit(): *first_cmd==0
115 v49 1/9/86 Fixed bug: signal didn't clear mcc.
137 v63 1/8/87 Fixed bug in cat-and-exit if > 1 file.
143 v66 2/13/87 Fixed bug: prepaint should use force=1.
177 "pipe error" bug.
178 v87 3/1/88 Fix bug re BSD signals while reading file.
[all …]
/netbsd-src/tests/net/mcast/
H A Dmcast.c92 addmc(int s, struct addrinfo *ai, bool bug) in addmc() argument
120 if (bug && IN6_IS_ADDR_V4MAPPED(&s6->sin6_addr)) { in addmc()
190 bool bug) in getsocket() argument
220 if ((f == bind || f == connector) && addmc(s, ai, bug) == -1) { in getsocket()
269 bool bug) in sender() argument
277 s = getsocket(host, port, conn ? connect : connector, &slen, bug); in sender()
312 bool bug) in receiver() argument
321 s = getsocket(host, port, bind, &slen, bug); in receiver()
349 run(const char *host, const char *port, size_t n, bool conn, bool bug) in run() argument
361 receiver(syncfds[0], host, port, n, conn, bug); in run()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D29906b.log7 Mon Feb 16 19:37:17 PST 2009 compilation failed for bug 29906b, id 1
12 Mon Feb 16 19:49:42 PST 2009 test compiled successfully for bug 29906b, id 278
17 Mon Feb 16 20:01:55 PST 2009 test compiled successfully for bug 29906b, id 139
22 Mon Feb 16 20:14:01 PST 2009 compilation failed for bug 29906b, id 70
27 Mon Feb 16 20:26:15 PST 2009 compilation failed for bug 29906b, id 104
32 Mon Feb 16 20:38:27 PST 2009 test compiled successfully for bug 29906b, id 121
37 Mon Feb 16 20:50:36 PST 2009 compilation failed for bug 29906b, id 112
42 Mon Feb 16 21:02:45 PST 2009 compilation failed for bug 29906b, id 116
47 Mon Feb 16 21:14:53 PST 2009 compilation failed for bug 29906b, id 118
52 Mon Feb 16 21:26:59 PST 2009 compilation failed for bug 29906b, id 119
[all …]
H A D28970.log7 Mon Feb 16 14:38:53 PST 2009 test run aborted for bug 28970, id 324
12 Mon Feb 16 14:42:48 PST 2009 test ran successfully for bug 28970, id 1
18 Mon Feb 16 14:46:36 PST 2009 test run aborted for bug 28970, id 162
23 Mon Feb 16 14:50:23 PST 2009 test ran successfully for bug 28970, id 81
29 Mon Feb 16 14:54:03 PST 2009 test run aborted for bug 28970, id 121
34 Mon Feb 16 14:57:41 PST 2009 test ran successfully for bug 28970, id 101
40 Mon Feb 16 15:01:27 PST 2009 test run aborted for bug 28970, id 111
46 Mon Feb 16 15:05:04 PST 2009 test run aborted for bug 28970, id 106
51 Mon Feb 16 15:08:40 PST 2009 test ran successfully for bug 28970, id 103
56 Mon Feb 16 15:12:17 PST 2009 test ran successfully for bug 28970, id 104
[all …]
H A D29478.log7 Mon Feb 16 17:30:29 PST 2009 bogus warning detected for bug 29478, id 340
13 Mon Feb 16 17:34:41 PST 2009 no bogus warning for bug 29478, id 1
19 Mon Feb 16 17:38:40 PST 2009 no bogus warning for bug 29478, id 170
25 Mon Feb 16 17:42:38 PST 2009 bogus warning detected for bug 29478, id 255
31 Mon Feb 16 17:46:30 PST 2009 no bogus warning for bug 29478, id 212
37 Mon Feb 16 17:50:26 PST 2009 bogus warning detected for bug 29478, id 233
43 Mon Feb 16 17:54:17 PST 2009 bogus warning detected for bug 29478, id 222
49 Mon Feb 16 17:58:07 PST 2009 bogus warning detected for bug 29478, id 217
55 Mon Feb 16 18:01:59 PST 2009 bogus warning detected for bug 29478, id 214
61 Mon Feb 16 18:05:51 PST 2009 no bogus warning for bug 29478, id 213
H A D29106.log6 Mon Feb 16 15:29:17 PST 2009 no output for bug 29106, id 568
11 Mon Feb 16 15:40:07 PST 2009 test ran successfully for bug 29106, id 1
16 Mon Feb 16 15:50:30 PST 2009 test ran successfully for bug 29106, id 284
21 Mon Feb 16 16:01:06 PST 2009 test ran successfully for bug 29106, id 426
26 Mon Feb 16 16:11:29 PST 2009 test ran successfully for bug 29106, id 497
31 Mon Feb 16 16:21:47 PST 2009 test ran successfully for bug 29106, id 532
36 Mon Feb 16 16:32:07 PST 2009 no output for bug 29106, id 550
41 Mon Feb 16 16:42:19 PST 2009 no output for bug 29106, id 541
46 Mon Feb 16 16:52:30 PST 2009 test ran successfully for bug 29106, id 536
51 Mon Feb 16 17:02:35 PST 2009 test ran successfully for bug 29106, id 538
[all …]
H A D29906a.log7 Mon Feb 16 18:14:43 PST 2009 compilation failed for bug 29906a, id 623
13 Mon Feb 16 18:20:58 PST 2009 test compiled successfully for bug 29906a, id 1
19 Mon Feb 16 18:27:03 PST 2009 test compiled successfully for bug 29906a, id 312
25 Mon Feb 16 18:33:05 PST 2009 compilation failed for bug 29906a, id 467
31 Mon Feb 16 18:39:07 PST 2009 compilation failed for bug 29906a, id 389
37 Mon Feb 16 18:45:08 PST 2009 test compiled successfully for bug 29906a, id 350
43 Mon Feb 16 18:51:05 PST 2009 test compiled successfully for bug 29906a, id 369
49 Mon Feb 16 18:57:03 PST 2009 test compiled successfully for bug 29906a, id 379
55 Mon Feb 16 19:03:02 PST 2009 test compiled successfully for bug 29906a, id 384
61 Mon Feb 16 19:09:00 PST 2009 test compiled successfully for bug 29906a, id 386
[all …]
H A D30643.log8 Mon Feb 16 21:47:05 PST 2009 no call to abort for bug 30643, id 1
14 Mon Feb 16 21:50:37 PST 2009 abort call exists for bug 30643, id 42
20 Mon Feb 16 21:54:09 PST 2009 abort call exists for bug 30643, id 21
26 Mon Feb 16 21:57:39 PST 2009 no call to abort for bug 30643, id 11
32 Mon Feb 16 22:01:09 PST 2009 no call to abort for bug 30643, id 16
38 Mon Feb 16 22:04:38 PST 2009 abort call exists for bug 30643, id 18
44 Mon Feb 16 22:08:07 PST 2009 abort call exists for bug 30643, id 17
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29906b.log7 Mon Feb 16 19:37:17 PST 2009 compilation failed for bug 29906b, id 1
12 Mon Feb 16 19:49:42 PST 2009 test compiled successfully for bug 29906b, id 278
17 Mon Feb 16 20:01:55 PST 2009 test compiled successfully for bug 29906b, id 139
22 Mon Feb 16 20:14:01 PST 2009 compilation failed for bug 29906b, id 70
27 Mon Feb 16 20:26:15 PST 2009 compilation failed for bug 29906b, id 104
32 Mon Feb 16 20:38:27 PST 2009 test compiled successfully for bug 29906b, id 121
37 Mon Feb 16 20:50:36 PST 2009 compilation failed for bug 29906b, id 112
42 Mon Feb 16 21:02:45 PST 2009 compilation failed for bug 29906b, id 116
47 Mon Feb 16 21:14:53 PST 2009 compilation failed for bug 29906b, id 118
52 Mon Feb 16 21:26:59 PST 2009 compilation failed for bug 29906b, id 119
[all …]
H A D28970.log7 Mon Feb 16 14:38:53 PST 2009 test run aborted for bug 28970, id 324
12 Mon Feb 16 14:42:48 PST 2009 test ran successfully for bug 28970, id 1
18 Mon Feb 16 14:46:36 PST 2009 test run aborted for bug 28970, id 162
23 Mon Feb 16 14:50:23 PST 2009 test ran successfully for bug 28970, id 81
29 Mon Feb 16 14:54:03 PST 2009 test run aborted for bug 28970, id 121
34 Mon Feb 16 14:57:41 PST 2009 test ran successfully for bug 28970, id 101
40 Mon Feb 16 15:01:27 PST 2009 test run aborted for bug 28970, id 111
46 Mon Feb 16 15:05:04 PST 2009 test run aborted for bug 28970, id 106
51 Mon Feb 16 15:08:40 PST 2009 test ran successfully for bug 28970, id 103
56 Mon Feb 16 15:12:17 PST 2009 test ran successfully for bug 28970, id 104
[all …]
H A D29478.log7 Mon Feb 16 17:30:29 PST 2009 bogus warning detected for bug 29478, id 340
13 Mon Feb 16 17:34:41 PST 2009 no bogus warning for bug 29478, id 1
19 Mon Feb 16 17:38:40 PST 2009 no bogus warning for bug 29478, id 170
25 Mon Feb 16 17:42:38 PST 2009 bogus warning detected for bug 29478, id 255
31 Mon Feb 16 17:46:30 PST 2009 no bogus warning for bug 29478, id 212
37 Mon Feb 16 17:50:26 PST 2009 bogus warning detected for bug 29478, id 233
43 Mon Feb 16 17:54:17 PST 2009 bogus warning detected for bug 29478, id 222
49 Mon Feb 16 17:58:07 PST 2009 bogus warning detected for bug 29478, id 217
55 Mon Feb 16 18:01:59 PST 2009 bogus warning detected for bug 29478, id 214
61 Mon Feb 16 18:05:51 PST 2009 no bogus warning for bug 29478, id 213
H A D29106.log6 Mon Feb 16 15:29:17 PST 2009 no output for bug 29106, id 568
11 Mon Feb 16 15:40:07 PST 2009 test ran successfully for bug 29106, id 1
16 Mon Feb 16 15:50:30 PST 2009 test ran successfully for bug 29106, id 284
21 Mon Feb 16 16:01:06 PST 2009 test ran successfully for bug 29106, id 426
26 Mon Feb 16 16:11:29 PST 2009 test ran successfully for bug 29106, id 497
31 Mon Feb 16 16:21:47 PST 2009 test ran successfully for bug 29106, id 532
36 Mon Feb 16 16:32:07 PST 2009 no output for bug 29106, id 550
41 Mon Feb 16 16:42:19 PST 2009 no output for bug 29106, id 541
46 Mon Feb 16 16:52:30 PST 2009 test ran successfully for bug 29106, id 536
51 Mon Feb 16 17:02:35 PST 2009 test ran successfully for bug 29106, id 538
[all …]
H A D29906a.log7 Mon Feb 16 18:14:43 PST 2009 compilation failed for bug 29906a, id 623
13 Mon Feb 16 18:20:58 PST 2009 test compiled successfully for bug 29906a, id 1
19 Mon Feb 16 18:27:03 PST 2009 test compiled successfully for bug 29906a, id 312
25 Mon Feb 16 18:33:05 PST 2009 compilation failed for bug 29906a, id 467
31 Mon Feb 16 18:39:07 PST 2009 compilation failed for bug 29906a, id 389
37 Mon Feb 16 18:45:08 PST 2009 test compiled successfully for bug 29906a, id 350
43 Mon Feb 16 18:51:05 PST 2009 test compiled successfully for bug 29906a, id 369
49 Mon Feb 16 18:57:03 PST 2009 test compiled successfully for bug 29906a, id 379
55 Mon Feb 16 19:03:02 PST 2009 test compiled successfully for bug 29906a, id 384
61 Mon Feb 16 19:09:00 PST 2009 test compiled successfully for bug 29906a, id 386
[all …]
H A D30643.log8 Mon Feb 16 21:47:05 PST 2009 no call to abort for bug 30643, id 1
14 Mon Feb 16 21:50:37 PST 2009 abort call exists for bug 30643, id 42
20 Mon Feb 16 21:54:09 PST 2009 abort call exists for bug 30643, id 21
26 Mon Feb 16 21:57:39 PST 2009 no call to abort for bug 30643, id 11
32 Mon Feb 16 22:01:09 PST 2009 no call to abort for bug 30643, id 16
38 Mon Feb 16 22:04:38 PST 2009 abort call exists for bug 30643, id 18
44 Mon Feb 16 22:08:07 PST 2009 abort call exists for bug 30643, id 17
/netbsd-src/sys/arch/mvme68k/stand/bootst/
H A DMakefile4 CLEANFILES+=stboot bootst bootst.bug
6 PROG=bootst.bug
13 @${SIZE} bootst.bug
14 @${STRIP} bootst.bug
15 @${OBJCOPY} --output-target=binary bootst.bug bootst
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-original-di-preservation.py403 for bug in bugs:
404 bugs_metadata = bug["metadata"]
406 action = bug["action"]
407 bb_name = bug["bb-name"]
408 fn_name = bug["fn-name"]
409 instr = bug["instr"]
418 action = bug["action"]
419 name = bug["name"]
428 action = bug["action"]
429 fn_name = bug["fn-name"]
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/
H A DChangeLog14 * scripts/features/statipattrules: Add tests for bug #16053.
19 with DOS drive letters. Fixes Savannah bug #15947.
22 when a test fails to execute. Fixes Savannah bug #15942.
26 Fixes Savannah bug #15938.
31 type W32. Fixed Savannah bug #15937.
34 fails. Fixes Savannah bug #15941.
40 sizes. Tests for Savannah bug #15757.
66 * scripts/features/parallelism: Add a test for bug #15641.
70 * scripts/options/dash-W: Add a test for bug #15341.
74 * scripts/variables/automatic: Add a test for bug #8154.
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS26 This bug has been in Heimdal since 2005. It was first reported by
247 Note, this may break sites that rely on the bug. With the bug some
281 - kx509 realm-chopping security bug
365 - gss_pseudo_random() interop bug
413 - General bug fixes
480 - Many many more bug fixes
548 [HEIMDAL-10] - Follow-up on bug report for SEGFAULT in
550 [HEIMDAL-15] - Re: [Heimdal-bugs] potential bug in Heimdal 1.1
610 * Serveral bug fixes to iprop.
763 * bug fixes
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DCHANGES16 d. Fixed a bug that left a file descriptor open to the history file if the
21 f. Fixed a bug that caused the wrong line to be displayed if the user tried to
39 l. Fixed a bug with maintaining the key sequence while resolving a bound
49 o. Fixed a bug with saving the history that resulted in errors not being
58 r. Fixed a bug that could cause vi redo (`.') of a replace command not to work
61 s. Fixed a bug with vi-mode digit arguments that caused the last command to be
76 x. Fixed a bug that could cause an application with an application-specific
146 g. Fixed a bug that caused multibyte characters in macros to be mishandled.
191 w. Fixed a bug that could cause a key binding command to refer to an
200 z. Fixed a bug that caused the history library to attempt to append a history
[all …]

12345678910>>...116