/external/llvm/test/Transforms/InstCombine/ |
README.txt | 2 dated tests are actual bug tests, whereas the named tests are used to test
|
/external/openssl/crypto/bn/ |
divtest.c | 11 static void bug(char *m, BIGNUM *a, BIGNUM *b) function 35 bug("BN_div failed",a,b); 37 bug("BN_div_recp failed",a,b); 39 bug("mismatch",a,b);
|
/external/valgrind/main/cachegrind/tests/ |
chdir.c | 3 // Before the bug was fixed, if a program changed working directory, things
|
/external/valgrind/main/none/tests/ |
syslog.c | 1 // syslog() needs a suppression on Mac OS X (bug 191192). This tests that.
|
/external/webkit/LayoutTests/fast/encoding/ |
charset-koi8-u-expected.txt | 1 Test for bug 4195 - REGRESSION: KOI8-U encoding no longer supported.
|
css-charset-evil-expected.txt | 1 Test for bug 10155: CSS2: @charset is not supported
|
css-charset-expected.txt | 1 Test for bug 10155: CSS2: @charset is not supported
|
pseudo-tags-in-attributes-expected.txt | 1 Test for bug 12506: REGRESSION: Safari doesn't display hebrew text on a web page, displayed correctly on Tiger.
|
pseudo-xml-3-expected.txt | 1 Test for bug 9783: An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document
|
pseudo-xml-4-expected.txt | 1 Test for bug 9783: An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document
|
pseudo-xml-expected.txt | 1 Test for bug 9783: An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document
|
/external/webkit/LayoutTests/fast/xpath/ |
implicit-node-args-expected.txt | 1 Test for bug 12602:
|
/ndk/sources/host-tools/sed-4.2.1/ |
README-alpha | 3 bug reports to bonzini@gnu.org.
|
/external/kernel-headers/original/asm-mips/ |
bug.h | 10 #define BUG() \ 31 #include <asm-generic/bug.h>
|
/external/webkit/LayoutTests/fast/dom/HTMLLinkElement/ |
onload-completion-test-expected.txt | 1 This test verifies that at the time a body onload function is called that the subresources of this page (in particular the image) are already loaded. The page verifies that the image has the expected dimensions at the time of the onload event, and prints its result based on that. This is a regression test for a bug introduced by the patch for bug 3652.
|
/external/webkit/Source/WebCore/manual-tests/ |
autoscroll-when-outside-window.html | 5 <p>If the bug occurs, then this text won't be selected until you move the mouse slightly. If the bug does not occur, this text should be selected.</p>
|
non-bmp.html | 3 <title>Bug 25657 : Non-BMP characters</title> 6 Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=25657">bug 25657</a> :
|
right-click-crash.html | 4 To try to reproduce the bug, right click and then dismiss the dialog by hitting Return. 6 See <a href="https://bugs.webkit.org/show_bug.cgi?id=24049">WebKit bug 24049</a> for details.</body></html>
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-exceptions.rb | 12 example "raising an ANTLR bug exception" do 14 ANTLR3.bug!( 'whateva' ) 15 }.should raise_error( ANTLR3::Bug )
|
/external/kernel-headers/original/asm-x86/ |
bug.h | 15 #define BUG() \ 29 #define BUG() \ 41 #include <asm-generic/bug.h>
|
/external/qemu/distrib/sdl-1.2.15/ |
BUGS | 2 Bugs are now managed in the SDL bug tracker, here: 15 Bug reports are welcome here, but we really appreciate if you use Bugzilla, as
|
/external/webkit/Source/WebCore/manual-tests/resources/ |
named-window-blank-target-step4.html | 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=7747">Bugzilla bug 7747</a> REGRESSION: Background tab/window auto-refresh in GMail will take focus.</p>
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
bugfortest.py | 37 name = "bug-for-test" 38 help_text = "Finds the bugzilla bug for a given test" 43 bug = reporter._lookup_bug_for_flaky_test(search_string) 44 if bug: 45 bug = reporter._follow_duplicate_chain(bug) 46 print "%5s %s" % (bug.id(), bug.title())
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.h | 18 // A window controller for managing the "Report Bug" feature. Modally 19 // presents a dialog that allows the user to either file a bug report on 46 // The popup button that allows choice of bug type. 49 // YES sends a screenshot along with the bug report. 55 // Menu for the bug type popup button. We create it here instead of in 61 // When dialog switches from regular bug reports to phishing page, "save 63 // to restore if the user switches back to a regular bug report before 68 // Maps bug type menu item title strings to BugReportUtil::BugType ints. 89 // send the report of the bug or broken web site. 99 // Converts the bug type from the menu into the correct value for the bug typ [all...] |
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
flakytestreporter.py | 76 bugs = filter(lambda bug: bug.reporter_email() in allowed_emails, bugs) 81 # the right bug instead of the first, like open vs. closed. 82 _log.warn("Found %s %s matching '%s' filed by a bot, using the first." % (pluralize('bug', len(bugs)), [bug.id() for bug in bugs], flaky_test)) 97 description = """This is an automatically generated bug from the %(bot_name)s. 107 If you believe this bug to be fixed or invalid, feel free to close. The bots will re-open if the flake re-occurs. 109 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments [all...] |