Home
last modified time | relevance | path

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

12345678910>>...118

/third_party/curl/
DRELEASE-NOTES225 References to bug reports and discussions on issues:
227 [1] = https://curl.se/bug/?i=7133
228 [2] = https://curl.se/bug/?i=7167
229 [3] = https://curl.se/bug/?i=7152
230 [4] = https://curl.se/bug/?i=7154
231 [5] = https://curl.se/bug/?i=7159
232 [6] = https://curl.se/bug/?i=7162
233 [7] = https://curl.se/bug/?i=7165
234 [8] = https://curl.se/bug/?i=7164
235 [9] = https://curl.se/bug/?i=7095
[all …]
/third_party/grpc/tools/gcp/github_stats_tracking/
Dfetch_data.py56 lang_bugs = filter(lambda bug: lang in bug.labels, total_bugs)
57 closed_bugs = filter(lambda bug: bug.state == 'closed', lang_bugs)
58 open_bugs = filter(lambda bug: bug.state == 'open', lang_bugs)
59 open_p0_bugs = filter(lambda bug: LABEL_PRIORITY_P0 in bug.labels,
61 open_p1_bugs = filter(lambda bug: LABEL_PRIORITY_P1 in bug.labels,
63 open_p2_bugs = filter(lambda bug: LABEL_PRIORITY_P2 in bug.labels,
/third_party/typescript/tests/baselines/reference/
DinferSecondaryParameter.types2 // type inference on 'bug' should give 'any'
17 b.m("test", function (bug) {
18 >b.m("test", function (bug) { var a: number = bug;}) : any
23 >function (bug) { var a: number = bug;} : (bug: any) => void
24 >bug : any
26 var a: number = bug;
28 >bug : any
DdeclarationEmitReadonlyComputedProperty.symbols1 === tests/cases/compiler/bug.ts ===
3 >SYMBOL : Symbol(SYMBOL, Decl(bug.ts, 0, 12))
7 >Interface : Symbol(Interface, Decl(bug.ts, 0, 30))
10 >[SYMBOL] : Symbol(Interface[SYMBOL], Decl(bug.ts, 2, 28))
11 >SYMBOL : Symbol(SYMBOL, Decl(bug.ts, 0, 12))
15 >createInstance : Symbol(createInstance, Decl(bug.ts, 4, 1))
16 >Interface : Symbol(Interface, Decl(bug.ts, 0, 30))
20 >[SYMBOL] : Symbol([SYMBOL], Decl(bug.ts, 7, 10))
21 >SYMBOL : Symbol(SYMBOL, Decl(bug.ts, 0, 12))
26 import { createInstance } from './bug'
DdeclarationEmitPathMappingMonorepo.types2 declare module "@ts-bug/a" {
3 >"@ts-bug/a" : typeof import("@ts-bug/a")
18 import { a } from "@ts-bug/a";
19 >a : (text: string) => import("@ts-bug/a").AText
22 >b : (text: string) => import("@ts-bug/a").AText
26 >a(text) : import("@ts-bug/a").AText
27 >a : (text: string) => import("@ts-bug/a").AText
DinferSecondaryParameter.symbols2 // type inference on 'bug' should give 'any'
19 b.m("test", function (bug) {
23 >bug : Symbol(bug, Decl(inferSecondaryParameter.ts, 6, 22))
25 var a: number = bug;
27 >bug : Symbol(bug, Decl(inferSecondaryParameter.ts, 6, 22))
DdeclarationEmitReadonlyComputedProperty.types1 === tests/cases/compiler/bug.ts ===
27 import { createInstance } from './bug'
28 >createInstance : () => import("tests/cases/compiler/bug").Interface
35 >createInstance() : import("tests/cases/compiler/bug").Interface
36 >createInstance : () => import("tests/cases/compiler/bug").Interface
DinferSecondaryParameter.js8 b.m("test", function (bug) { argument
9 var a: number = bug;
15 b.m("test", function (bug) { argument
16 var a = bug;
/third_party/libinput/doc/user/
Dreporting-bugs.rst7 A new bug can be filed here:
11 own interest to follow the steps here precisely to ensure your bug can be
16 - a reliable :ref:`reproducer <reporting_bugs_reproducer>` for the bug
17 - a :ref:`recording <libinput-record>` of the device while the bug is reproduced
57 Try to identify the bug by reproducing it reliably. Bugs without a
58 reliable reproducer will have lowest priority. The more specific a bug
61 Try to replicate the series of events that lead to the bug being triggered.
62 Narrow it down until you have a reliable sequence that can trigger the bug.
72 The output is textual and can help identify whether the bug is in libinput
78 If the bug cannot be reproduced with the :ref:`libinput-debug-events` helper,
[all …]
/third_party/mesa3d/docs/relnotes/
D7.0.2.rst4 Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
33 - Fixed a vertex buffer wrapping issue (bug 9962)
37 - Fixed a blending/banding issue (bug 11931)
38 - Fixed a GLU matrix inversion bug (#6748)
40 (bug 12141)
42 - Fixed x86-64 vertex transformation bug (12216)
45 (bug 12313)
46 - Fixed a glCopyPixels/glPixelZoom bug (12417)
47 - Fixed a bug when using glMaterial in display lists (bug 10604)
49 - Fixed Blender crash bug (12164)
[all …]
D7.8.3.rst4 Mesa 7.8.3 is a bug fix release which fixes bugs found since the 7.8.2
43 - Fix unsupported FB with D24S8 (bug
46 - Fixed a bug rendering to 16-bit buffers using swrast.
47 - Fixed a state tracker/TGSI bug that caused crashes when using
49 - Fixed an issue rendering to 32-bit channels with swrast (bug
51 - GLSL: fix indirect ``gl_TextureMatrix`` addressing (bug
53 - GLSL: fix for bug
55 - GLSL: fix zw fragcoord entries in some cases (bug
57 - Fix texture env generation in some cases (bug
60 (bug `10966 <https://bugs.freedesktop.org/show_bug.cgi?id=10966>`__
[all …]
D7.0.1.rst4 Mesa 7.0.1 is a stable release with bug fixes since version 7.0.
38 - Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457
39 - GLSL bug fix: added vec2(vec4) constructor
40 - GLSL bug fix: .strq and .rgba writemasks didn't always work
41 - Stencil pixel map didn't always work for glDrawPixels (bug 11475)
42 - Fixed polygon stipple bug in i915 driver
43 - Binding a zero-sized texture didn't disable texturing (bug 11309)
45 the terminating zero (bug 11588)
48 - Fixed a GLSL function call bug (#11731)
49 - glPointParameteriv(GL_DISTANCE_ATTENUATION_EXT) didn't work (bug
[all …]
D7.0.rst33 - Fixed GLSL mod4(vec4, vec4) bug.
35 - Fixed an R300 driver bug that caused Xorg composite manager to crash
36 - Fixed R300 vertex program/matrix bug (10848)
40 - The GLX protocol request for glXDestroyPBuffer() was incorrect (bug
42 - ARB vp state.light[n].half value was incorrect (bug 10987)
43 - Fixed a positional light source bug (bug 11009)
44 - Fixed point size attenuation problem (bug 11042)
45 - glPopAttrib didn't restore texture object's LOD bias (bug 11049)
46 - Fixed a TLS / TEXTREL problem (bug 7459)
D7.0.3.rst4 Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
29 - Fix two-sided lighting bugs/crashes (bug 13368)
31 - glGetActiveUniform returned incorrect sizes (bug 13751)
33 (Bruce Merry, bug 13753)
35 - Fixed GLX indirect vertex array rendering bug (14197)
37 - User-defined clip planes enabled for R300 (bug 9871)
38 - Fixed glBindTexture() crash upon bad target (bug 14514)
39 - Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug 13915)
42 - Fixed minor point rasterization regression (bug 11016)
44 (bug 14931)
D6.4.rst4 Mesa 6.4 is a stable, bug-fix release.
38 - r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207)
39 - glxgears_fbconfig demo didn't work (bug 4237)
40 - fixed bug when bilinear sampling 2d textures with borders
41 - glXCreatePbuffer() could segfault instead of returning 0 (bug 4235)
42 - fixed undefined frexp and rand in X.org libGLcore.a (bug 4242)
43 - fixed a few problems with proxy color tables (bug 4270)
44 - fixed precision problem in Z clearing (bug 4395)
49 - fixed memory corruption bug involving software alpha buffers
55 - fixed glFogCoord bug 4729
D7.6.1.rst4 Mesa 7.6.1 is a bug-fix release fixing issues since version 7.6.
38 - Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug
40 - glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211)
42 - Fixed default texture binding bug when a bound texture was deleted.
44 - Fake glXQueryDrawable() didn't return good values (bug 24320)
45 - Fixed AUX buffer breakage (bug 24426).
46 - Fixed locale-dependent float parsing bug in GLSL compiler (bug 24531)
54 - Endianness fixes for the DRI swrast driver (bug 22767).
/third_party/libjpeg-turbo/.github/ISSUE_TEMPLATE/
Dbug-report.md5 labels: bug
10 …th open and closed) in the libjpeg-turbo issue tracker to ensure that this bug report is not a dup…
13 **Does this bug report describe one of the [two known and unsolvable issues with the JPEG format](h…
16 **Clear and concise description of the bug:**
19 **Steps to reproduce the bug (using *only* libjpeg-turbo):**
22 **Image(s) needed in order to reproduce the bug (if applicable):**
31 **Platform(s) (compiler version, operating system version, CPU) on which the bug was observed:**
34bug was observed (always test the tip of the master branch or the latest [stable pre-release](http…
37 **If the bug is a regression, the specific commit that introduced the regression (use `git bisect` …
/third_party/openssl/test/ssl-tests/
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]
/third_party/quickjs/
DChangelog6 - misc bug fixes
15 - misc bug fixes
24 - misc bug fixes
31 - misc bug fixes
42 - misc bug fixes
54 - misc bug fixes
61 - misc bug fixes
73 - misc bug fixes
79 - misc bug fixes
87 - misc bug fixes
[all …]
/third_party/libsnd/
DNEWS37 * Fix CMake bug with sndio library dependency, thanks to @drhenault.
59 * Fix critical CMake bug with broken ABI of shared libsndfile library.
66 * Fix bug when sf_open_fd() function sometimes leaves filehandle open, even
83 * Fix CMake man pages installation bug when sndfile-deinterleave.1 and
103 * Minor bug fixes and improvements.
111 * Minor bug fixes and improvements.
119 * Minor bug fixes and improvements.
127 * Minor bug fixes and improvements.
132 * Minor bug fixes and improvements.
139 * Minor bug fixes and improvements.
[all …]
/third_party/lwip/
DCHANGELOG14 * netbiosns.c: fix expecting too large packet (bug #55069)
17 * smtp.c: fix compiling with strict C compatibility because of strnlen (bug #55034)
20 * tcp.c: fix overflow check in tcp_recved triggering invalid assertion (bug #55015)
23 * tcp.c: fix a bug in sending RST segments (sent from port 0)
30 * sockets.c: fix bad assertion in lwip_poll_dec_sockets_used() (bug #54933)
33 * ip4.c: don't send 127.* to default netif (bug #54670)
36 * altcp_tls_mbedtls.c: fix use-after free (bug #54774)
39 * snmp_scalar.c: Avoid NULL pointer dereference (bug #54886)
45 * def.h: fix casting htonX and ntohX to u16_t (bug #54850)
62 * lowpan6.c: Fix IEEE 802.15.4 address setting (bug #54749)
[all …]
/third_party/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 …]
/third_party/mesa3d/docs/
Dbugs.rst4 To file a Mesa bug, go to `GitLab on
7 Please follow these bug reporting guidelines:
11 - Check if your bug is already reported in the database.
12 - Monitor your bug report for requests for additional information, etc.
18 - Describe in detail how to reproduce the bug, especially with games
23 The easier a bug is to reproduce, the sooner it will be fixed. Please do
24 everything you can to facilitate quickly fixing bugs. If your bug report
/third_party/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
/third_party/python/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
44 (https://bugs.python.org/). The bug tracker offers a web form which allows
52 To do this, search the bug database using the search box on the top of the page.
54 If the problem you're reporting is not already in the bug tracker, go back to
57 logos in the sidebar. It is not possible to submit a bug report anonymously.
59 Being now logged in, you can submit a bug. Select the "Create New" link in the
60 sidebar to open the bug reporting form.
65 "Versions" to which the bug relates.
[all …]

12345678910>>...118