Displaying 20 results from an estimated 36 matches for "testscript".
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
...27 ( 3%) tests unexpected FAIL
1 ( 0%) tests unexpected PASS
--- TESTS WITH UNEXPECTED OUTCOMES
-------------------------------------------
Regression.Assembler.ConstantExprFold : FAIL , expected
PASS
Script:
/proj/work/llvm/build/test/tmp/trConstantExprFold.llx/testscript.ConstantExprFold.llx
Output:
/proj/work/llvm/build/test/tmp/trConstantExprFold.llx/testscript.ConstantExprFold.llx.out
Regression.C++Frontend.2004-01-11-DynamicInitializedConstant: FAIL
, expected PASS
Script:
/proj/work/llvm/build/test/tmp/tr2004-01-11-DynamicInitializedConstant.cpp...
2011 Nov 28
1
Running Shell Script with R
...##...
## Load Time Data
Args <- commandArgs(trailingOnly = TRUE);
print(Args);
timeDat <- read.flowSet(files=NULL, path=Args[1]);
save(timeDat,file = Args[2]);
Here is my shell script file
#!/bin/bash
#$ -cwd
#$ -q all.q
R --slave --vanilla --file="/home/jpura/Desktop/FDA_Trial_Data/testscript.R"
--args "/home/jpura/Desktop/FDA_Trial_Data/Experiment_1/"
"/home/jpura/Desktop/FDA_Trial_Data/testscript.RData"
It runs just fine (i.e. I get the right output file, which is
testscript.RData) when I type the lines in the shell script file directly
into the command promp...
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...awk '{print $2}'
>>>>>>>
>>>>>>> Modified:
>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake
>>>>>>> test-suite/trunk/litsupport/test.py
>>>>>>> test-suite/trunk/litsupport/testscript.py
>>>>>>>
>>>>>>> Modified:
>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake
>>>>>>> URL:
>>>>>>> http://llvm.org/viewvc/llvm-project/test-suite/trunk/cmake/modules/SingleMultiSo...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...;>>>>>
>>>>>>>>> Modified:
>>>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake
>>>>>>>>> test-suite/trunk/litsupport/test.py
>>>>>>>>> test-suite/trunk/litsupport/testscript.py
>>>>>>>>>
>>>>>>>>> Modified:
>>>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake
>>>>>>>>> URL:
>>>>>>>>> http://llvm.org/viewvc/llvm-project/test...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...#39;
>>>>>>>>
>>>>>>>> Modified:
>>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake
>>>>>>>> test-suite/trunk/litsupport/test.py
>>>>>>>> test-suite/trunk/litsupport/testscript.py
>>>>>>>>
>>>>>>>> Modified:
>>>>>>>> test-suite/trunk/cmake/modules/SingleMultiSource.cmake
>>>>>>>> URL:
>>>>>>>> http://llvm.org/viewvc/llvm-project/test-suite/trunk/cmake/m...
2002 May 20
2
How can $VARIABLES be used inside smbclient -c'xyz' command strings?
Hi,
being a total newbie in shellscripting and similar stuff, I
am suffering from a brain freeze around the following problem:
* I need to print (or transfer otherwise) to a WinNT box;
* the files are send from inside a shellscript;
* the script gets the filename on the commandline when started;
* so the only knows it works on "$1";
* the problem is, that the original filename needs to
2012 Dec 07
1
Make scripts during package installation?
...#39;s solely purpose, or is it alright to use it
also for non-code compilation purposes, e.g. building inst/
subdirectories on the fly? If not, are there other means to create
non-static inst/ subdirectories during installation?
The immediate need I have right now is that untar an archive to
inst/testScripts/. The reason why I need this is that a package can
only contain pathnames of length <= 100 characters (restriction in the
tar file format), and mine are longer than that, e.g.
aroma.affymetrix/inst/testScripts/system/chipTypes/Mapping50K_Hind240,Xba240/test20080730,100K,BPN,alleleSpecific.R
[1...
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
..., expected
PASS
Compiling C code failed
Regression.CFrontend.2003-08-30-LargeIntegerBitfieldMember: XPASS
Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing: FAIL ,
expected PASS
Script:
/usr/home/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
ing.llx/testscript.2004-04-09-SameValueCoalescing.llx
Output:
/usr/home/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
ing.llx/testscript.2004-04-09-SameValueCoalescing.llx.out
Regression.LLC.2002-04-14-UnexpectedUnsignedType: XPASS
Regression.LLC.2002-04-16-StackFrameSizeAlignment: XPAS...
2006 May 17
2
Caching doesn''t work at all...
Installed RoR under lighttpd and noticed that caching some actions
didn''t accelerate page serving. The following little example of
class TestscriptController < ApplicationController
caches_page :index
def index
@string = Time.now.to_s
end
end
and
<html>
<head>
<title>Test</title>
</head>
<body>
<p>Test</p>
<p><%= controller.action_name %></p>
<p><%= @string %...
2012 Jul 24
1
dump.frames and global environment
...I would like to access the
contents of a,b and c from the debugging file:
dump.frames.mod = function() {
dump.frames(dumpto = 'test', to.file = TRUE)
quit(save = 'no', status = 10)
}
options(error = dump.frames.mod)
#uncomment with care:
#rm(list=ls())
a = 2
source('testscript.R', local = TRUE)
load('test.rda')
debugger(test)
testscript.R in this testcase contains:
b = 2
c = 3
plot(d)
The only way I found is wrapping a function around the lines of code but
this would mean changing a lot of code.
Any Ideas?
Cheers
Jannis
> sessionInfo()
R vers...
2004 Jun 20
0
[LLVMdev] llvm test results for FreeBSD platform
Thanks Vladimir. That's great! Glad you got it working.
BTW, the failures you're seeing have been experienced by Chris and I as
well. Chris is diligently working on making the LLVM processing more
consistent so he track down the problem. A week ago or so, these tests
passed at 100%.
Reid.
On Sun, 2004-06-20 at 15:50, Vladimir Merzliakov wrote:
> In attached file.
>
> Vladimir
2008 May 14
1
Asterisk 1.4.20-rc3 and 1.6.0-beta9 Now Available
The Asterisk.org development team has released Asterisk versions 1.4.20-rc3 and
1.6.0-beta9.
These releases are intended to encourage community testing to improve the
quality of the upcoming 1.4.20 and 1.6.0 releases. The testing process has
proven extremely useful and we would like to thank everyone who has
participated. Please help continue the effort. Any issues with test releases
2008 May 14
1
Asterisk 1.4.20-rc3 and 1.6.0-beta9 Now Available
The Asterisk.org development team has released Asterisk versions 1.4.20-rc3 and
1.6.0-beta9.
These releases are intended to encourage community testing to improve the
quality of the upcoming 1.4.20 and 1.6.0 releases. The testing process has
proven extremely useful and we would like to thank everyone who has
participated. Please help continue the effort. Any issues with test releases
2004 Jun 20
2
[LLVMdev] llvm test results for FreeBSD platform
In attached file.
Vladimir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test2004_06_20.log
Type: application/octet-stream
Size: 88488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040620/98042f01/attachment.obj>
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...de failed
>
> Regression.CFrontend.2003-08-30-LargeIntegerBitfieldMember: XPASS
>
> Regression.CodeGen.Generic.2004-04-09-SameValueCoalescing: FAIL ,
> expected PASS
> Script:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
> ing.llx/testscript.2004-04-09-SameValueCoalescing.llx
> Output:
> /usr/home/wanderer/pkg/build/llvm/obj/test/tmp/tr2004-04-09-SameValueCoalesc
> ing.llx/testscript.2004-04-09-SameValueCoalescing.llx.out
>
> Regression.LLC.2002-04-14-UnexpectedUnsignedType: XPASS
>
> Regression.LLC.2002-04...
2011 Jan 17
1
virt-install with --channel option inquiry
...be better if I can initialize it when I create the guest using virt-install,
and virt-install also offers the option, I have tried below, but it does not work.
virt-install
--connect qemu:///system \
--virt-type kvm \
--name demo2 \
--ram 500 \
--disk path=/home/hongqing/testscript/demo2.img,size=10,sparse=true \
--accelerate \
--cdrom /home/hongqing/fedora/Fedora-14-x86_64-DVD.iso \
--channel tcp host=127.0.0.1:6080 mode=connect target_type=virtio name=org.fedoraproject.anaconda.log.0
error message is :
ERROR internal error Process exited while reading...
2006 Jan 10
9
FastCGI cannot start; Rails doesn''t work
...GI: 2.4.2
######
I compiled a new mod_fastcgi.so and copied it to
/usr/lib/apache/mod_fastcgi.so
######
My httpd.conf looks like this:
LoadModule fastcgi_module /usr/lib/apache/mod_fastcgi.so
<IfModule mod_fastcgi.c>
AddHandler fastcgi-script .fcgi
</IfModule>
######
The testscript i want to execute is the following:
#!/usr/local/bin/ruby
require ''cgi''
require ''rubygems''
require_gem ''fcgi''
FCGI.each_cgi do |cgi|
content = ''''
env = []
cgi.env_table.each do |k,v|
env << [k,v]...
2001 Dec 01
1
rsync-2.5.0 patch for "make check" bug
...${log}
diff -c ${TMP}/ls-from ${TMP}/ls-to >>${log} 2>&1 || failed=YES
if [ -z "${failed}" ] ; then
rm $log
*** runtests.sh.orig Fri Sep 7 01:57:10 2001
--- runtests.sh Fri Nov 30 11:42:31 2001
***************
*** 183,189 ****
if sh $RUNSHFLAGS "$testscript"
then
! echo "----- $testbase completed succesfully"
passed=`expr $passed + 1`
else
case $? in
--- 183,189 ----
if sh $RUNSHFLAGS "$testscript"
then
! echo "----- $testbase completed successfully"
passed=`expr $passed + 1`...
2013 Dec 04
1
Testing failover and recovery
.../testvol
Everything seems to work good in normal usecases, I can write/read to the
volume, take servers down and up again etc.
As a fault scenario, I'm testing a fault injection like this:
1. continuesly writing timestamps to a file on the volume from the client.
It is automated in a smaller testscript like:
per at hallsmark.se:~/glusterfs-test$ cat scripts/test-gfs-client.sh
#!/bin/sh
gfs=/import/testvol
while true; do
date +%s >> $gfs/timestamp.txt
ts=`tail -1 $gfs/timestamp.txt`
md5sum=`md5sum $gfs/timestamp.txt | cut -f1 -d" "`
echo "Timestamp = $ts, md5sum = $md5sum&qu...
2012 Mar 14
1
cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so
Hi, I am trying to test out the scripts here as a proof of concept
http://www.r-bloggers.com/integrating-php-and-r/
However, I am not able to reproduce the output graph in the browser.
Rscripts is working fine as I run the command
"Rscript /home/username/R/testscript.R 1000" for example, and a png graph
is output as expected, and I can output it to any folder where I have
permission by changing testscript.R.
However I am not able to get the output on the browser.I checked the web
root on my test server (xampp for Linux) and found that a pdf file is
crea...