/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())
|
download_unittest.py | 45 expected_stderr = "Preparing rollout for bug 42.\n" 52 expected_stderr = "Unable to parse bug number from diff.\n" 99 expected_stderr = "Updating working directory\nProcessing 1 patch from 1 bug.\nProcessing patch 197 from bug 42.\n" 106 expected_stderr = "Updating working directory\n2 reviewed patches found on bug 42.\nProcessing 2 patches from 1 bug.\nProcessing patch 197 from bug 42.\nProcessing patch 128 from bug 42.\n" 110 expected_stderr = "Building WebKit\nRunning Python unit tests\nRunning Perl unit tests\nRunning JavaScriptCore tests\nRunning run-webkit-tests\nCommitted r49824: <http://trac.webkit.org/changeset/49824>\nUpdating bug 42\n" 120 expected_stderr = '\nWARNING: Builders ["Builder2"] are red, please watch your commit carefully.\nSee http://dummy_buildbot_host/console?category=core\n\nBuilding WebKit\nRunning Python unit tests\nRunning Perl unit tests\nRunning JavaScriptCore tests\nRunning run-webkit-tests\nCommitted r49824: <http://trac.webkit.org/changeset/49824>\nUpdating bug 42\n [all...] |
/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/mesa3d/docs/ |
relnotes-6.4.html | 14 Mesa 6.4 is a stable, bug-fix release. 43 <h2>Bug fixes</h2> 47 <li>r200_vtxtmp_x86.S file was missing from 6.3.2 tarball (bug 4207) 48 <li>glxgears_fbconfig demo didn't work (bug 4237) 49 <li>fixed bug when bilinear sampling 2d textures with borders 50 <li>glXCreatePbuffer() could segfault instead of returning 0 (bug 4235) 51 <li>fixed undefined frexp and rand in X.org libGLcore.a (bug 4242) 52 <li>fixed a few problems with proxy color tables (bug 4270) 53 <li>fixed precision problem in Z clearing (bug 4395) 58 <li>fixed memory corruption bug involving software alpha buffer [all...] |
relnotes-7.0.3.html | 14 Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2. 32 <h2>Bug fixes</h2> 39 <li>Fix two-sided lighting bugs/crashes (bug 13368) 41 <li>glGetActiveUniform returned incorrect sizes (bug 13751) 42 <li>Fix several bugs relating to uniforms and attributes in GLSL API (Bruce Merry, bug 13753) 44 <li>Fixed GLX indirect vertex array rendering bug (14197) 46 <li>User-defined clip planes enabled for R300 (bug 9871) 47 <li>Fixed glBindTexture() crash upon bad target (bug 14514) 48 <li>Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug 13915) 50 <li>Fixed minor point rasterization regression (bug 11016 [all...] |
relnotes-7.0.html | 38 <h2>Bug fixes</h2> 43 <li>Fixed GLSL mod4(vec4, vec4) bug. 45 <li>Fixed an R300 driver bug that caused Xorg composite manager to crash 46 <li>Fixed R300 vertex program/matrix bug (10848) 49 <li>The GLX protocol request for glXDestroyPBuffer() was incorrect (bug 10983) 50 <li>ARB vp state.light[n].half value was incorrect (bug 10987) 51 <li>Fixed a positional light source bug (bug 11009) 52 <li>Fixed point size attenuation problem (bug 11042) 53 <li>glPopAttrib didn't restore texture object's LOD bias (bug 11049 [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...] |
/docs/source.android.com/src/source/ |
report-bugs.md | 24 allow anyone to see your report, which may put users at risk until the bug is 32 - [Search for your bug](http://code.google.com/p/android/issues/advsearch) to see if anyone has already reported it. 36 - If no one's reported your bug, file the bug. You can use one of these templates: 38 - [Bug in your Device](http://code.google.com/p/android/issues/entry?template=User%20bug%20report) - use this if you are a user reporting a bug in a device you own 40 - [Bug in the Software](http://code.google.com/p/android/issues/entry?template=Developer%20bug%20report) - use this if you found a bug in the course of developing an ap [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
bug.h | 15 #include <asm-generic/bug.h>
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
info.txt | 4 algorithms to not converge. This was bug #1137450.
|
/dalvik/dx/tests/112-dex-return-jsr-result/ |
info.txt | 4 In particular, this is a regression test for a bug which caused a
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
bug.h | 15 #include <asm-generic/bug.h>
|
/external/clang/test/CodeGenOpenCL/ |
2011-04-15-vec-init-from-vec.cl | 6 // OpenCL allows vectors to be initialized by vectors Handle bug in
|
/external/grub/ |
BUGS | 1 See the Bug Tracking System for GNU GRUB on Savannah. The URL is:
|
/external/llvm/test/CodeGen/Generic/ |
fastcall.ll | 1 ; Test fastcc works. Test from bug 2770.
|
/external/llvm/test/Feature/ |
README.txt | 5 Regression tests for individual bug fixes should go into the test/Regression dir.
|
/external/llvm/test/FrontendC/ |
weak_constant.c | 2 // Check for bug compatibility with gcc.
|
/external/valgrind/main/cachegrind/tests/ |
clreq.c | 4 // afterwards (reported as bug #116057). So here we test it.
|
/external/valgrind/main/memcheck/tests/ |
long-supps.c | 0 // Bug 186796: function names of over 200 chars in suppressions were being
|
/external/webkit/LayoutTests/fast/encoding/ |
css-charset-dom-expected.txt | 1 Test for bug 10676: @charset rules not accessible via DOM
|
euckr-name-expected.txt | 1 Test for bug 25487. Even though we treat EUC-KR as windows-949, the name exposed via DOM APIs should still be EUC-KR.
|
pseudo-xml-2-expected.txt | 1 Test for bug 9783: An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document
|
quotes-in-title-expected.txt | 2 This test checks whether charset sniffer skips over quoted elements in a title tag correctly. Tests a bug in the charset sniffer that would consume all characters after the bracket in the quoted text until the next closing bracket, causing the closing title tag to be missed.
|
/external/webkit/LayoutTests/http/tests/appcache/ |
foreign-fallback-expected.txt | 1 Test for bug 44406: Application Cache crash when a fallback document has a manifest URL.
|
/external/webkit/Source/WebCore/manual-tests/compositing/resources/ |
tab-repaint-part-2.html | 2 <title>Accelerated compositing tab repaint bug part 2</title>
|