This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utils/lit/lit/TestRunner.py b/utils/lit/lit/TestRunner.py | |
index af6e383..ca87b05 100644 | |
--- a/utils/lit/lit/TestRunner.py | |
+++ b/utils/lit/lit/TestRunner.py | |
@@ -144,13 +144,16 @@ def executeShCmd(cmd, cfg, cwd, results): | |
named_temp_files.append(f.name) | |
args[i] = f.name | |
- procs.append(subprocess.Popen(args, cwd=cwd, | |
- executable = executable, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upload=true&script=true&cardinfo= | |
!!################################ | |
!!ALSA Information Script v 0.4.63 | |
!!################################ | |
!!Script ran on: Mon May 5 08:33:37 UTC 2014 | |
!!Linux Distribution | |
!!------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upload=true&script=true&cardinfo= | |
!!################################ | |
!!ALSA Information Script v 0.4.63 | |
!!################################ | |
!!Script ran on: Mon May 5 08:32:21 UTC 2014 | |
!!Linux Distribution | |
!!------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This small program is a trivial example showing | |
* how to use a few bits of the STP C-API | |
* | |
*/ | |
#include <stp/c_interface.h> | |
#include <stdio.h> | |
void handleQuery(VC handle, Expr queryExpr); | |
int main(int argc, char** argv) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upload=true&script=true&cardinfo= | |
!!################################ | |
!!ALSA Information Script v 0.4.63 | |
!!################################ | |
!!Script ran on: Sun Apr 27 10:27:08 UTC 2014 | |
!!Linux Distribution | |
!!------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
upload=true&script=true&cardinfo= | |
!!################################ | |
!!ALSA Information Script v 0.4.63 | |
!!################################ | |
!!Script ran on: Sun Apr 27 01:53:53 UTC 2014 | |
!!Linux Distribution | |
!!------------------ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <malloc.h> | |
int main(int argc, char** argv) | |
{ | |
struct mallinfo mi; | |
mi = mallinfo(); | |
printf("BEFORE:\nuordblks:%d\nhblkhd:%d\n\n", mi.uordblks, mi.hblkhd); | |
malloc_stats(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Device 0 (VID=18d1 and PID=4ee2) is UNKNOWN. | |
Please report this VID/PID and the device model to the libmtp development team | |
FUSE library version: 2.9.2 | |
nullpath_ok: 0 | |
nopath: 0 | |
utime_omit_ok: 0 | |
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56, pid: 0 | |
INIT: 7.20 | |
flags=0x000017fb | |
max_readahead=0x00020000 |
NewerOlder