Home
last modified time | relevance | path

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

12345678910>>...89

/external/autotest/client/deps/glbench/
Dglbench_fixedbad_images.txt1 chrome-os-partner-bug-11731/compositing.pixmd5-63a71bf5896a5346930bd58fdbcec067.png
2 chrome-os-partner-bug-11731/fill_solid_blended.pixmd5-b48deaa7ea5b29aecf11dee6a10d607a.png
3 chrome-os-partner-bug-11731/fill_solid_depth_neq.pixmd5-b48deaa7ea5b29aecf11dee6a10d607a.png
4 chrome-os-partner-bug-11731/fill_solid_depth_never.pixmd5-b6d81b360a5672d80c27430f39153e2c.png
5 chrome-os-partner-bug-11731/fill_solid.pixmd5-b48deaa7ea5b29aecf11dee6a10d607a.png
6 chrome-os-partner-bug-11731/fill_tex_bilinear.pixmd5-6799232314a664775162d13f71ae3ccd.png
7 chrome-os-partner-bug-11731/fill_tex_nearest.pixmd5-6799232314a664775162d13f71ae3ccd.png
8 chrome-os-partner-bug-11731/fill_tex_trilinear_linear_01.pixmd5-d0eb082ec09bb57253c803a13eb95aa7.png
9 chrome-os-partner-bug-11731/fill_tex_trilinear_linear_04.pixmd5-e772d72f488807925e30402bdf99ff8f.png
10 chrome-os-partner-bug-11731/fill_tex_trilinear_linear_05.pixmd5-44a854b9a4c49a0c668932138ec9893c.png
[all …]
/external/syzkaller/dashboard/app/
Dreporting.go54 for _, bug := range bugs {
55 rep, err := handleReportBug(c, typ, state, bug)
57 log.Errorf(c, "%v: failed to report bug %v: %v", bug.Namespace, bug.Title, err)
71 func handleReportBug(c context.Context, typ string, state *ReportingState, bug *Bug) (*dashapi.BugR…
72 reporting, bugReporting, crash, crashKey, _, _, _, err := needReport(c, typ, state, bug)
76 rep, err := createBugReport(c, bug, crash, crashKey, bugReporting, reporting.Config)
80 log.Infof(c, "bug %q: reporting to %v", bug.Title, reporting.Name)
84 func needReport(c context.Context, typ string, state *ReportingState, bug *Bug) (
87 reporting, bugReporting, reportingIdx, status, err = currentReporting(c, bug)
97 if !bugReporting.Reported.IsZero() && bugReporting.ReproLevel >= bug.ReproLevel {
[all …]
Dapi.go185 for _, bug := range bugs {
187 if len(bug.Commits) == 0 {
190 for _, mgr := range bug.PatchedOn {
195 for _, com := range bug.Commits {
350 for _, bug := range bugs {
351 switch bug.Status {
356 return fmt.Errorf("addCommitsToBugs: unknown bug status %v", bug.Status)
359 for i := range bug.Reporting {
360 fixCommits = append(fixCommits, bugFixedBy[bug.Reporting[i].ID]...)
363 if err := addCommitsToBug(c, bug, manager, managers, fixCommits, presentCommits); err != nil {
[all …]
Dmain.go194 bug := new(Bug)
197 if err := datastore.Get(c, bugKey, bug); err != nil {
202 bug, _, err = findBugByReportingID(c, extID)
210 if err := checkAccessLevel(c, r, bug.sanitizeAccess(accessLevel)); err != nil {
217 managers, err := managerList(c, bug.Namespace)
222 if bug.DupOf != "" {
224 if err := datastore.Get(c, datastore.NewKey(c, "Bug", bug.DupOf, 0, nil), dup); err != nil {
235 uiBug := createUIBug(c, bug, state, managers)
236 crashes, sampleReport, err := loadCrashesForBug(c, bug)
240 dups, err := loadDupsForBug(c, r, bug, state, managers)
[all …]
Daccess.go113 bug := new(Bug)
114 if err := datastore.Get(c, keys[0].Parent(), bug); err != nil {
117 bugLevel := bug.sanitizeAccess(accessLevel(c, r))
133 bug := new(Bug)
134 if err := datastore.Get(c, keys[0].Parent(), bug); err != nil {
137 bugLevel := bug.sanitizeAccess(accessLevel(c, r))
141 func (bug *Bug) sanitizeAccess(currentLevel AccessLevel) AccessLevel {
142 for ri := len(bug.Reporting) - 1; ri >= 0; ri-- {
143 bugReporting := &bug.Reporting[ri]
145 ns := config.Namespaces[bug.Namespace]
[all …]
Dentities.go304 func (bug *Bug) displayTitle() string {
305 if bug.Seq == 0 {
306 return bug.Title
308 return fmt.Sprintf("%v (%v)", bug.Title, bug.Seq+1)
330 func canonicalBug(c context.Context, bug *Bug) (*Bug, error) {
332 if bug.Status != BugStatusDup {
333 return bug, nil
336 bugKey := datastore.NewKey(c, "Bug", bug.DupOf, 0, nil)
339 bug.DupOf, bugKeyHash(bug.Namespace, bug.Title, bug.Seq), err)
341 bug = canon
Djobs.go33 bug, bugKey, err := findBugByReportingID(c, bugID)
42 bugReporting, _ := bugReportingByID(bug, bugID)
43 …reply, err := addTestJob(c, bug, bugKey, bugReporting, user, extID, link, patch, repo, branch, job…
53 bug := new(Bug)
54 if err := datastore.Get(c, bugKey, bug); err != nil {
57 bugReporting = bugReportingByName(bug, bugReporting.Name)
61 if _, err := datastore.Put(c, bugKey, bug); err != nil {
77 func addTestJob(c context.Context, bug *Bug, bugKey *datastore.Key, bugReporting *BugReporting,
79 crash, crashKey, err := findCrashForBug(c, bug)
83 if reason := checkTestJob(c, bug, bugReporting, crash, repo, branch); reason != "" {
[all …]
Dmail_bug.txt20 IMPORTANT: if you fix the bug, please add the following tag to the commit:
26 This bug is generated by a bot. It may contain errors.
30 syzbot will keep track of this bug report. See:
31 https://goo.gl/tpsmEJ#bug-status-tracking for how to communicate with syzbot.{{if or .ReproCLink .R…
32 syzbot can test patches for this bug, for details see:
/external/curl/
DRELEASE-NOTES156 References to bug reports and discussions on issues:
158 [1] = https://curl.haxx.se/bug/?i=3516
159 [2] = https://curl.haxx.se/bug/?i=3550
160 [3] = https://curl.haxx.se/bug/?i=3541
161 [4] = https://curl.haxx.se/bug/?i=3544
162 [5] = https://curl.haxx.se/bug/?i=3538
163 [6] = https://curl.haxx.se/bug/?i=3539
164 [7] = https://curl.haxx.se/bug/?i=3540
166 [9] = https://curl.haxx.se/bug/?i=3534
167 [10] = https://curl.haxx.se/bug/?i=3412
[all …]
/external/clang/tools/scan-build-py/libscanbuild/
Dreport.py72 for bug in read_bugs(output_dir, html_reports_available):
73 bug_counter(bug)
203 bugs = (pretty(bug) for bug in read_bugs(output_dir, True))
303 lambda bug: '{bug_line}.{bug_path_length}:{bug_file}'.format(**bug))
310 return (bug for bug in bugs if not duplicate(bug))
318 for bug in content.get('diagnostics', []):
319 if len(files) <= int(bug['location']['file']):
325 'bug_type': bug['type'],
326 'bug_category': bug['category'],
327 'bug_line': int(bug['location']['line']),
[all …]
/external/libcap/contrib/bug400591/
DMakefile1 all: bug
3 bug: bug.c ../../libcap Makefile target
6 ./bug
9 rm -f bug.o bug
/external/e2fsprogs/doc/RelNotes/
Dv1.35.txt13 Remove a double longjmp into an invalid stack frame bug in e2fsck.
17 Fix NLS bug in e2fsck, by avoiding trying to expand an empty string
20 Fix a bug in mke2fs which caused -T largefile or -T largefile4 to core
21 dump due to a division by zero error. (Addresses Debian bug #207082)
23 Fixed a bug in e2fsck which caused it to incorrectly fix a filesystem
25 directory. (Addresses Debian bug #219640).
27 Fixed a bug where e2fsck would bomb out if a journal needed to be
33 the filesystem will be checked. (Addresses Debian bug #205177)
36 filesystem check will be forced. (Addresses Debian bug #157194)
46 by e2fsck on big-endian machines. (Addresses Debian bug #228723)
[all …]
/external/mesa3d/docs/
DVERSIONS14 many small bug fixes
34 a few small bug fixes
47 more bug fixes
144 - glScissor bug fixed
174 - fixed bug when blending lines, points, bitmaps outside of window
254 - fixed file writing bug in osdemo.c
278 - glPopAttrib() bug
296 - glXUseXfonts XFreeFont/XFreeFontInfo bug fixed
297 - fixed a feedback bug
342 - kludged around a SunOS 5.x/GCC compiler bug in the feedback code
[all …]
/external/python/cpython3/Doc/
Dbugs.rst18 If you find a bug in this documentation or would like to propose an improvement,
19 please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you
22 If you're short on time, you can also email documentation bug reports to
36 (https://bugs.python.org/). The bug tracker offers a Web form which allows
44 To do this, search the bug database using the search box on the top of the page.
46 If the problem you're reporting is not already in the bug tracker, go back to
49 logos in the sidebar. It is not possible to submit a bug report anonymously.
51 Being now logged in, you can submit a bug. Select the "Create New" link in the
52 sidebar to open the bug reporting form.
57 "Versions" to which the bug relates.
[all …]
/external/python/cpython2/Doc/
Dbugs.rst15 If you find a bug in this documentation or would like to propose an improvement,
16 please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you
19 If you're short on time, you can also email documentation bug reports to
33 (https://bugs.python.org/). The bug tracker offers a Web form which allows
41 To do this, search the bug database using the search box on the top of the page.
43 If the problem you're reporting is not already in the bug tracker, go back to
46 logos in the sidebar. It is not possible to submit a bug report anonymously.
48 Being now logged in, you can submit a bug. Select the "Create New" link in the
49 sidebar to open the bug reporting form.
54 "Versions" to which the bug relates.
[all …]
/external/vixl/doc/
Dchangelog.md8 + Other small bug fixes and improvements.
14 + Fix bug in simulation of add with carry.
15 + Fix use-after-free bug in Literal handling.
18 + Other small bug fixes and improvements.
23 + Other small bug fixes and improvements.
30 + Other small bug fixes and improvements.
40 + Other small bug fixes and improvements.
51 + Other small bug fixes and build system improvements.
65 + Other small bug fixes and build system improvements.
77 + Fixed a bug when moving kWMinInt to a register.
[all …]
/external/ltp/testcases/kdump/doc/
DALL_TEST.txt9 * KPIDB: bug in do_irq
14 * KPIEB: bug in handle_IRQ_event
19 * KPTEB: bug in tasklet_action
24 * KPBB : bug in ll_rw_block
29 * KPMSB: bug in shrink_inactive_list
34 * KPTB : bug in hr_timer_start
39 * KPSB : bug in scsi_dispatch_cmd
44 * KPIB : bug in ide_core_cp
/external/v8/tools/clusterfuzz/
Dv8_suppressions.py288 for bug, exp in IGNORE_TEST_CASES.get(key, {}).iteritems():
290 return bug
294 for bug, sources in IGNORE_SOURCES.iteritems():
297 return bug
308 for bug, exp in mapping.iteritems():
310 return bug
313 bug = check(IGNORE_OUTPUT.get(key, {}))
314 if bug:
315 return bug
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_BugReporting17 Research as many of the following areas as possible to ensure the bug
22 - Kernel bug database - http://bugme.osdl.org
25 - Create a test case which clearly shows the bug.
33 5. Create an email bug report containing:
40 6. Send email bug report to the mailing list for the code under test (or
41 its bug database, if applicable). Copy LKML, if applicable. [If it
42 is a bug in the Linux Kernel, submit directly to the Linux Kernel
43 bug database.]
/external/autotest/server/cros/dynamic_suite/
Dreporting.py159 def send_email(bug, bug_template): argument
166 to_set = set(bug.cc) if bug.cc else set()
167 if bug.owner:
168 to_set.add(bug.owner)
180 recipients, bug.title(), bug.summary(), retry=False,
/external/syzkaller/docs/linux/
Dreporting_kernel_bugs.md3 Before reporting a bug make sure nobody else already reported it. The easiest way to do this is to …
7 Make sure to mention the exact kernel branch and revision where the bug occured.
11 If the bug is reproducible, include the reproducer (C source if possible, otherwise a syzkaller pro…
15 …ate the reproducer manually, that greatly helps kernel developers to figure out why the bug occurs.
17 If you want to get extra credit, you can try to undestand the bug and develop a fix yourself.
18 If you can't figure out the right fix, but have some understanding of the bug, please add your thou…
22 If you believe that a found bug poses potential security threat, consider following the instruction…
28 1. Report the bug privately to `security@kernel.org`. In this case it should be fixed in the upstre…
29 2. Report the bug privately to a vendor such as Red Hat (`secalert@redhat.com`) or SUSE (`security@…
30 3. Report the bug publicly to `oss-security@lists.openwall.com`.
[all …]
/external/vogar/src/vogar/
DExpectation.java61 private final long bug; field in Expectation
73 long bug, in Expectation() argument
84 this.bug = bug; in Expectation()
93 return bug; in getBug()
/external/syzkaller/docs/
Dsyzbot.md12 `syzbot` needs to know when a bug is fixed in order to (1) verify that it is
14 (while a bug is considered open all similarly-looking crashes are merged into
15 the existing bug). To understand when a bug is fixed `syzbot` needs to know
16 what commit fixes the bug; once `syzbot` knows the commit it will track when
18 commit reaches all builds, the bug is considered closed (new similarly-looking
19 crashes create a new bug).
23 If you fix a bug reported by `syzbot`, please add the provided `Reported-by`
27 - to attach a fixing commit to the bug (if you forgot to add `Reported-by` tag):
36 - to mark the bug as a duplicate of another `syzbot` bug:
40 - to undo a previous dup command and turn it into an independent bug again:
[all …]
/external/squashfs-tools/
DCHANGES113 2. Miscellaneous improvements/bug fixes
122 1.4 Fix appending bug when appending to an empty filesystem - this
188 and the kernel code. Plus many small bug fixes.
205 1.5 Fixed bug in get_dir_index_using_offset.
214 2.3 Fixed small bug where unistd.h wasn't being included on
224 3.3 Sparse file handling bug in Mksquashfs 3.3 fixed.
231 many more improvements and bug fixes.
278 4. Miscellaneous improvements/bug fixes:
283 4.2. Fixed Squashfs kernel code bug preventing file
291 3.2-r2 15 JAN 2007 Kernel patch update and progress bar bug fix
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dcf-stack-bug.ll34 ; BUG64-NOT: Applying bug work-around
35 ; BUG32-NOT: Applying bug work-around
36 ; NOBUG-NOT: Applying bug work-around
67 ; BUG64: Applying bug work-around
68 ; BUG32-NOT: Applying bug work-around
69 ; NOBUG-NOT: Applying bug work-around
108 ; BUG64: Applying bug work-around
109 ; BUG32-NOT: Applying bug work-around
110 ; NOBUG-NOT: Applying bug work-around
173 ; BUG64: Applying bug work-around
[all …]

12345678910>>...89