OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bug
(Results
126 - 150
of
404
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/v8/test/mjsunit/
closure.js
28
// This test is lifted an old
bug
(ic_context_bug.js).
string-flatten.js
28
// Check for regression of
bug
1011505 (out of memory when flattening strings).
math-round.js
59
// Regression test for a
bug
where a negative zero coming from Math.round
71
// to optimize via OSR (triggering the
bug
).
/external/v8/test/mjsunit/regress/
internalized-string-not-equal.js
30
// A
bug
in r15773, when masks for internalized string and string types
regress-crbug-126414.js
32
foo(-536870912); // Triggers
bug
.
regress-crbug-500497.js
30
// At least one of these calls will run out of new space. The
bug
is
/external/v8/test/webkit/
string-replacement-outofmemory.js
25
'This tests that string replacement with a large replacement string causes an out-of-memory exception. See <a href="https://bugs.webkit.org/show_bug.cgi?id=102956">
bug
102956</a> for more details.'
toString-prefix-postfix-preserve-parens.js
110
// this doesn't actually reveal the
bug
that this test is testing
113
// check that grouping operator is still there (this test reveals the
bug
/external/v8/tools/release/
merge_to_branch.py
125
for
bug
in re.findall(r"^[ \t]*
BUG
[ \t]*=[ \t]*(.*?)[ \t]*$", msg, re.M):
126
bugs.extend(s.strip() for s in
bug
.split(","))
129
msg_pieces.append("
BUG
=%s\nLOG=N\n" % bug_aggregate)
/ndk/sources/host-tools/make-3.81/config/
mdate-sh
30
# bugs to <
bug
-automake@gnu.org> or send patches to
44
Report bugs to <
bug
-automake@gnu.org>.
/ndk/sources/host-tools/nawk-20071023/
FIXES
25
This file lists all
bug
fixes, changes, etc., made since the AWK book
43
fixed a
bug
in matching the null RE in sub and gsub. thanks to al aho
60
fixed a
bug
in -d that caused core dump if no program followed.
107
fixed another 25-year-old RE
bug
, in split. it's another failure
112
fixed a
bug
in regular expressions that dates (so help me) from 1977;
125
fixed, thanks to andrey chernov and ruslan ermilov, a
bug
in lex.c
165
fixed
bug
that permitted non-terminated RE, as in "awk /x".
213
fixed subtle
bug
in format that could get core dump. thanks to
255
fixed an appalling
bug
in gettok: any sequence of digits, +,-, E, e,
266
fixed a
bug
introduced in august 1997 that caused expression
[
all
...]
/ndk/sources/host-tools/ndk-stack/
build-ndk-stack.sh
102
--with-
bug
-report-url=$DEFAULT_ISSUE_TRACKER_URL \
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
m68hc11.exp
213
run_dump_test
bug
-1825
opers12.s
104
;; Disassembler
bug
with movb
/external/elfutils/tests/
Makefile.am
45
dwfl-
bug
-addr-overflow arls dwfl-
bug
-fd-leak \
46
dwfl-addr-sect dwfl-
bug
-report early-offscn \
47
dwfl-
bug
-getmodules dwarf-getmacros dwarf-ranges addrcfi \
97
dwfl-
bug
-addr-overflow run-addrname-test.sh \
98
dwfl-
bug
-fd-leak dwfl-
bug
-report \
99
run-dwfl-
bug
-offline-rel.sh run-dwfl-addr-sect.sh \
177
run-addrname-test.sh run-dwfl-
bug
-offline-rel.sh \
/external/bison/build-aux/
gnu-web-doc-update
45
Report bugs and patches to <
bug
-gnulib@gnu.org>.
mdate-sh
28
# bugs to <
bug
-automake@gnu.org> or send patches to
52
Report bugs to <
bug
-automake@gnu.org>.
/external/libcap-ng/libcap-ng-0.7/
compile
29
# bugs to <
bug
-automake@gnu.org> or send patches to
213
Report bugs to <
bug
-automake@gnu.org>.
/external/libevent/
compile
28
# bugs to <
bug
-automake@gnu.org> or send patches to
245
Report bugs to <
bug
-automake@gnu.org>.
/external/libmicrohttpd/doc/
mdate-sh
28
# bugs to <
bug
-automake@gnu.org> or send patches to
52
Report bugs to <
bug
-automake@gnu.org>.
/external/libopus/
compile
29
# bugs to <
bug
-automake@gnu.org> or send patches to
246
Report bugs to <
bug
-automake@gnu.org>.
/external/v8/test/mjsunit/compiler/
math-floor-global.js
149
// Regression test for a
bug
where a negative zero coming from Math.floor
161
// to optimize via OSR (triggering the
bug
).
math-floor-local.js
149
// Regression test for a
bug
where a negative zero coming from Math.floor
161
// to optimize via OSR (triggering the
bug
).
/cts/libs/vogar-expect/src/vogar/
ExpectationStore.java
226
} else if (name.equals("
bug
")) {
272
* Sets the bugIsOpen status on all expectations by querying an external
bug
278
// figure out what
bug
IDs we're interested in
295
for (String
bug
: openBugs) {
296
openBugsSet.add(Long.parseLong(
bug
));
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg
89
<!
bug
: can't use <@super.members()> cut-n-paste instead !>
106
<!
bug
: can't use <@super.members()> cut-n-paste instead !>
Completed in 440 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>