search for: test_output

Displaying 10 results from an estimated 10 matches for "test_output".

Did you mean: last_output
2015 Nov 02
2
auth_request_get_var_expand test fails on big endian arches.
Hi, when running the tests in a big endian machine, I get the following error: 0 / 1 tests failed test-auth-request-var-expand.c:99: Assert failed: strcmp(str_c(str), test_output) == 0 test-auth-request-var-expand.c:104: Assert failed: strcmp(str_c(str), test_output) == 0 auth request var expand short and long ............................... : FAILED test: random seed #1 was 1446803094 auth request var expand flags ........................................ : ok test-auth-req...
2009 Sep 14
1
[Bug 606] New: Iptables-restore removing the wrong rules
...G (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination test_POSTROUTING all -- 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination test_OUTPUT all -- 0.0.0.0/0 0.0.0.0/0 Chain test_OUTPUT (1 references) target prot opt source destination Chain test_POSTROUTING (1 references) target prot opt source destination user at user-laptop:~$ sudo iptables-restore -n *nat -F COMMIT *mangle -F COMMI...
2015 Jun 08
1
[PATCH] qemu-sanity-check.in: Use '-display none' instead of '-nographic'
...sanity-check.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu-sanity-check.in b/qemu-sanity-check.in index 5bb5b292def5caff5ca63071565bd447cf5f4efd..34cd9385f56b5eedd0ec26abd128232a47e51996 100644 --- a/qemu-sanity-check.in +++ b/qemu-sanity-check.in @@ -140,7 +140,8 @@ test_output="$(mktemp --suff=.out)" declare -a argv i=0 argv[$((i++))]="$qemu" -argv[$((i++))]="-nographic" +argv[$((i++))]="-display" +argv[$((i++))]="none" argv[$((i++))]="-nodefconfig" argv[$((i++))]="-nodefaults" argv[$((i++))]=&qu...
2015 Nov 27
0
auth_request_get_var_expand test fails on big endian arches.
On 02 Nov 2015, at 15:28, Rafael dos Santos <rdossant at redhat.com> wrote: > > Hi, > > when running the tests in a big endian machine, I get the following error: > > 0 / 1 tests failed > test-auth-request-var-expand.c:99: Assert failed: strcmp(str_c(str), > test_output) == 0 > test-auth-request-var-expand.c:104: Assert failed: strcmp(str_c(str), > test_output) == 0 > auth request var expand short and long ............................... : > FAILED Should be fixed by http://hg.dovecot.org/dovecot-2.2/rev/cf956e34dc11
2015 Nov 27
1
auth_request_get_var_expand test fails on big endian arches.
...os Santos <rdossant at redhat.com> wrote: > > > > Hi, > > > > when running the tests in a big endian machine, I get the following > error: > > > > 0 / 1 tests failed > > test-auth-request-var-expand.c:99: Assert failed: strcmp(str_c(str), > > test_output) == 0 > > test-auth-request-var-expand.c:104: Assert failed: strcmp(str_c(str), > > test_output) == 0 > > auth request var expand short and long ............................... : > > FAILED > > Should be fixed by http://hg.dovecot.org/dovecot-2.2/rev/cf956e34dc11 >...
2012 Feb 09
1
Tukey HSD
...t;= whatever I want), with their respective plots and TukeyHSD results. Sounds simple, right? Data: http://r.789695.n4.nabble.com/file/n4374072/test_text.txt test_text.txt (see upload) CODE: ( which occurs after TEST <- read.table("test_text.txt") ) i <- 2; sink (file = "test_output.txt", append = FALSE) mydf <- data.frame(TEST) for (j in 1:ncol(mydf)-1) { var1 <- mydf[,1] var2 <- mydf[,i] fm1 <- aov(var1 ~ var2) tky <- TukeyHSD(fm1) otpt <- capture.output(summary(fm1)) i <- i+1; lines <- as.vector(unlist(strsplit(otpt[2]," ")),mod...
2004 Mar 02
1
vorbisfile_example.c
Hi again, I can compile and run the file example. When it comes to the ov_open, the cursor keeps blinking.... I can not open my ogg file , no mather what i write or do... <p>How do I use this example?? should i use the cmd prompt in windows to make it work?? I want to debug it.... thanks a lot <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2005 Mar 02
24
unstable binaries
Hi *, i am coming from UML, and now i evaluate Xen on my desktop: Xen-2.0.4 linux-2.6.10 "CONFIG_MODULES is not set" "CONFIG_AGP is not set" "CONFIG_FB_RADEON=y" FC3, [/usr]/lib/tls moved away It works, but some desktop applications crash once in a while within dom0: metacity-2.8.6 firefox-1.0.1 wnck-applet (from gnome-panel-2.8.1) But
2014 Feb 20
0
Wine release 1.7.13
...32: Use BOOL type where appropriate. cabarc: Use BOOL type where appropriate. Hans Leidekker (3): winhttp/tests: Fix a couple of test failures. winhttp/tests: Improve tracing. wbemprox: Don't list loopback network adapters. Henri Verbeet (31): dxgi/tests: Cleanup test_output(). dxgi/tests: Use D3D10CreateDevice() to create a device. dxgi/tests: Don't reuse the device. dxgi: Return DXGI_ERROR_INVALID_CALL when given a NULL mode_count in dxgi_output_GetDisplayModeList(). dxgi: Properly check if the output array is large enough in dxgi_output_G...
2006 Sep 29
5
Testing Report for Xen 3.0.3 rc1
...ew 1134716003.371049! === "ioperm02" shows that: ioperm02 1 FAIL : Unexpected results for Invalid I/O address ; returned 0 (expected -1), errno 0 (expected errno 22) ioperm02 2 PASS : Expected failure for Non super-user, errno: 1 "pselect01" shows that: <<<test_output>>> incrementing stop pselect01 1 PASS : Basic pselect syscall testing....OK pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 1 secs pselect01 2 PASS : Sleep time was correct pselect01 0 INFO : Testing basic pselect sanity,Sleeping for 2 secs pselect01...