Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 583510 Details for
Bug 820487
F17 alpha PPC64: systemtap testsuite with make installcheck throws several failures
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Patch for bz6503 testcase.
bz6503.patch (text/plain), 989 bytes, created by
IBM Bug Proxy
on 2012-05-10 11:20:52 UTC
(
hide
)
Description:
Patch for bz6503 testcase.
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2012-05-10 11:20:52 UTC
Size:
989 bytes
patch
obsolete
>--- bz6503.exp.org 2012-05-10 10:55:47.073110094 -0400 >+++ bz6503.exp 2012-05-10 10:38:35.783110094 -0400 >@@ -5,9 +5,10 @@ > return > } > >-# jffs2 and ext2 seem to cover a span of kernels >+# fat and vfat modules are present on almost all systems >+# Note: If you change the module names here, do change in corresponding stp file also > >-spawn stap -t $srcdir/$subdir/bz6503.stp -c "( (/sbin/modprobe jffs2; /sbin/modprobe ext2);wait;(/sbin/rmmod jffs2& /sbin/rmmod ext2&); wait) 2>/dev/null" >+spawn stap -t $srcdir/$subdir/bz6503.stp -c "( (/sbin/modprobe fat; /sbin/modprobe vfat);wait;(/sbin/rmmod vfat; /sbin/rmmod fat); wait) 2>/dev/null" > set ok 0 > set ko 0 > expect { >--- bz6503.stp.org 2012-05-10 10:56:03.043110094 -0400 >+++ bz6503.stp 2012-05-10 10:38:35.823110094 -0400 >@@ -1,3 +1,3 @@ >-probe module("jffs2").function("*").call ?, >- module("ext2").function("*").call ?, >+probe module("fat").function("*").call ?, >+ module("vfat").function("*").call ?, > never { }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 820487
:
583452
|
583453
| 583510 |
584365
|
584366