search for: testonly

Displaying 20 results from an estimated 21 matches for "testonly".

Did you mean: test_only
2002 Mar 21
3
plot question
Hi! I want to display 2 graphs with different number of data points on the x-axis. The code below scales them so it seems that testtwo has the same number of data points as testone. How can I fix that? thanks. z<-1:50; x<-1:100; plot(x,testone,type="l",xlab="",ylab="",main="",lty=4,axes=FALSE,ylim=c(-1.0,1.0),cex=1); par(new=TRUE);
2007 Nov 01
1
Rcmdr Plugin and menus.txt
Hi all, I'm trying to write a plugin for R Commander, following the model of the TeachingDemos plugin. I am struggling trying to even add items by editing the menus.txt file. I would welcome any help from anyone who has messed with it. Essentially the problem I am having is: I cannot create a submenu to a newly created menu. Here is what the menus.txt file looks like: # type
2010 Jan 02
1
Help with tryCatch
Windows XP R 2.8.1 Colleagues, I am trying to run a function testone() and if the function completes without error do one set of instructions, and if the function generates either a warning or an error run another set of instructions. I have read try, and tryCatch help screens at least 20 times, have tried to experiment with code, but I can't understand how to accomplish my desired task.
2007 Sep 10
2
'r' flag in ACL stomping on 'l' flag effect
We're using Dovecot 1.0.3, and I'm setting up some shared IMAP folders. The eventual goal is to do the standard "learn as spam" / "learn as ham" type of setup, with some cron jobs to do the message extractions. But there's one minor twist: the "learn as ham" folder will need to be write-only for users. (I'll either create a fake user with read
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
Hello, The attached patch adds the jcheck target equivalent to make check, but that can run with a -j flag ($ make jcheck -jX). It does not interfere with the regular check, but rather builds on top of the check-one target: it first generates a list of tests to run using RunLLVMTests, and then run those tests according to the supplied -j flag, invoking the check-one target for each one of them.
2009 Sep 02
1
[LLVMdev] XPASS forAsmBlocksComplexJumpTarget.c (-fasm-blocks)
Building r80796 of the "release_26" branch on Ubuntu 9.04, I'm getting an XPASS on: ssen at ssen:~/llvm/build$ make TESTONE=FrontendC/2009-08-11- AsmBlocksComplexJumpTarget.c check-one make[1]: Entering directory `/home/ssen/llvm/build/test' Making a new site.exp file... XPASS: /home/ssen/llvm/test/FrontendC/2009-08-11- AsmBlocksComplexJumpTarget.c make[1]: Leaving directory
2006 Sep 12
1
unix password sync = yes, did not sync unix passwd
...ogram = /usr/local/sbin/passwd.pl %u passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* However it was working find (able to change unix as well as NT password) when I run from Windows client, such as: c:\> net user example testonly /domain This is incorrect, at least per (surprise) pdbedit documentation: Note pdbedit does not call the unix password syncronisation script if unix password sync has been set. It only updates the data in the Samba user database....
2015 Jan 09
4
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...wheezy), and samba 4.1.14, ./configure --with-ads --with-shared-modules=idmap_ad --enable-cups \ --enable-selftest make quicktest passes: make quicktest ...ALL OK (2086 tests in 310 testsuites) ...A summary with detailed information can be found in: ... ./st/summary ...'testonly' finished successfully (11m24.779s) ./st/summary is found here: http://pastebin.com/zjkHDYUX daemons started manually with /usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 /usr/local/samba/sbin/nmbd --daemon -l /var/log/samba/ -d 1 /usr/local/samba/sbin/winbindd --daemon -l /var/l...
2015 Jan 09
0
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...ure --with-ads --with-shared-modules=idmap_ad --enable-cups \ > --enable-selftest > >make quicktest passes: >make quicktest > ...ALL OK (2086 tests in 310 testsuites) > > ...A summary with detailed information can be found in: > ... ./st/summary > ...'testonly' finished successfully (11m24.779s) > >./st/summary is found here: >http://pastebin.com/zjkHDYUX > > >daemons started manually with >/usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 >/usr/local/samba/sbin/nmbd --daemon -l /var/log/samba/ -d 1 >/usr/local/sa...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: > I haven't tested with objdir != srcdir. Ok, that was broken. Attached is a smaller diff that should work in all cases. Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com -------------- next part -------------- Index:
2017 Feb 09
3
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Thu, 2017-02-09 at 10:53 +1100, Tom Robinson via samba wrote: > On 07/02/17 21:45, Tom Robinson via samba wrote: > > On 07/02/17 17:01, Andrew Bartlett via samba wrote: > > > On Tue, 2017-02-07 at 15:58 +1100, Tom Robinson via samba wrote: > > > > Hi, > > > > \ > > > > Next rid = 13001 > > > > krb5_init_context failed (Invalid
2015 Jan 13
1
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...ad --enable-cups \ >> --enable-selftest >> >> make quicktest passes: >> make quicktest >> ...ALL OK (2086 tests in 310 testsuites) >> >> ...A summary with detailed information can be found in: >> ... ./st/summary >> ...'testonly' finished successfully (11m24.779s) >> >> ./st/summary is found here: >> http://pastebin.com/zjkHDYUX >> >> >> daemons started manually with >> /usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 >> /usr/local/samba/sbin/nmbd --daemon -l /...
1999 Dec 15
1
R-0.90.1 is released
...o Many help pages have been revised and enhanced. o predict.glm() works again with type="link". o subscripting arrays and matrices no longer loses the names of the dimnames vector. Transpose also preserves the names. o examples in help files containing \testonly are no longer (partially) duplicated. o is.numeric() of a factor is now FALSE o prevent a segfault in plotmath o f <- get("function"); f(,); f(F,F) now "ok" (PR#361). o blank-line reject code in parse.dcf was wrong (Martyn Plummer) o...
1999 Dec 15
1
R-0.90.1 is released
...o Many help pages have been revised and enhanced. o predict.glm() works again with type="link". o subscripting arrays and matrices no longer loses the names of the dimnames vector. Transpose also preserves the names. o examples in help files containing \testonly are no longer (partially) duplicated. o is.numeric() of a factor is now FALSE o prevent a segfault in plotmath o f <- get("function"); f(,); f(F,F) now "ok" (PR#361). o blank-line reject code in parse.dcf was wrong (Martyn Plummer) o...
2017 Feb 10
0
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...s the build directory etags : build TAGS file using etags install : installs the build files pep8 : run pep8 validator pydoctor : build python apidocs reconfigure : reconfigure if config scripts have changed test : Run the test suite (see test options below) testonly : run tests without doing a build first uninstall : removes the installed files wafdocs : build wafsamba apidocs wildcard_cmd: called on a unknown command waf: error: no such option: --with-aio-support error: Bad exit status from /var/tmp/rpm-tmp.QxZXtr (%build) RPM build errors:...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote: > > On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > > > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: > >> I haven't tested with objdir != srcdir. > > > > Ok, that was broken. Attached is a smaller diff that should work in > > all > > cases. > > This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 12:02:18PM -0800, Julien Lerouge wrote: > For 2), I think the NewNightlyTest.pl script would require some small > changes, to invoke the jcheck target instead of check, pass the desired > -j flag, and also parse the log. I'll take a look. In any case, the > changes would only apply to the DejaGNU tests (llvm-test already works > fine with -jX). Here is
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: >> I haven't tested with objdir != srcdir. > > Ok, that was broken. Attached is a smaller diff that should work in > all > cases. This sounds really cool Julien! Two questions: 1) does it preserve the checking that the existing tcl stuff does, which
2015 Jan 13
0
help, please, troubleshooting winbind testing during setup of Samba 4 AD member server
...ith-ads --with-shared-modules=idmap_ad --enable-cups \ > --enable-selftest > > make quicktest passes: > make quicktest > ...ALL OK (2086 tests in 310 testsuites) > > ...A summary with detailed information can be found in: > ... ./st/summary > ...'testonly' finished successfully (11m24.779s) > > ./st/summary is found here: > http://pastebin.com/zjkHDYUX > > > daemons started manually with > /usr/local/samba/sbin/smbd --daemon -l /var/log/samba/ -d 1 > /usr/local/samba/sbin/nmbd --daemon -l /var/log/samba/ -d 1 > /usr/lo...
2003 Oct 08
1
R-1.8.0 is released
...output from the special \method{GENERIC}{CLASS} markup for indicating the usage of S3 methods, providing the CLASS info in a comment. o \dontrun sections are now marked within comments in the user-readable versions of the converted help pages. o \dontshow is now the preferred name for \testonly. INSTALLATION CHANGES o The zlib code in the sources is used unless the external version found is at least version 1.1.4 (up from 1.1.3). o The regression checks now have to be passed exactly, except those depending on recommended packages (which cannot be assumed to be present)....