search for: gettest

Displaying 7 results from an estimated 7 matches for "gettest".

Did you mean: gentest
2008 Mar 22
4
Ajax.Updater not fully work in IE7
...pshot: correct work in FF , Opera and Safari, but in IE7 - isn''t return result <form action="test.php" method="POST"> <div id="country" style="border: 1px solid #ccc; width: auto"></div> <br/> <a href="javascript:getTest()">test</a> </form> <script type="text/javascript"> function getTest() { new Ajax.Updater(''country'', ''test.php'', { evalScripts: true, asynchronous: true, parameters: {continent: 10} }); } &l...
2010 Dec 22
1
matrix indexing in 'for' loop?
Hi, I am having trouble with matrices. I have 2 matrices as given below, and I am interested in using these matrices inside "for" loops used to calculate correlations. I am creating a list with the names of the matrices assuming this list could be indexed inside the 'for' loop to retrieve the matrix values. But, as expected the code throws out an error. Can someone suggest a
2018 Jun 24
2
Build and testing issues
...et -e" in bootstrap. Any reason not to do this? I found old thread here about this: https://gb.redhat.com/archives/libguestfs/2018-February/msg00017.html Richard suggested to install gettext-devel, and it solve this issue after git clean -dxf and running ./autogen.sh again. So it seems that gettest-devel should be in build requirements. After fixing the first issue I found that jansson-devel is also missing. Should'nt we add these packages to the build requirements? Next issues - trying to test upload to ovirt, I found that these packages should be installed: nbdkit nbdkit-plugin-pyth...
2011 Jan 01
1
[LLVMdev] "nmake check" doesn't work for MSVC
...ce/LLVM/utils/lit/lit.py", line 5, in <module> > lit.main() > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 515, in main > testSuiteCache, localConfigCache)[1]) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 230, in getTests > ts,path_in_suite = getTestSuite(path, litConfig, testSuiteCache) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 199, in getTestSuite > ts, relative = search(item) > File "M:\Development\Source\LLVM\utils\lit\lit\main.py", line 183, in sear...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...mtest.exception: qm.test.database.NoSuchTestError: There is no test with the test ID "". qmtest.traceback: File "/lib/qm/qm/test/execution_engine.py", line 181, in _RunTests File "/usr/home/llvm/obj/test/QMTest/llvmdb.py", line 91, in GetTest raise qm.test.database.NoSuchTestError(self) Next: Feature.cc.packed : FAIL , expected PASS Failed to convert /usr/home/llvm/obj/test/tmp/feature-cc-packed.ll to C code. qmtest.target: local And finally: Feature.cc.weirdnames...
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
Jeff, Actually, that was my fault. I forgot to remove the non-existent directories from the configure.ac file. That's done and committed now, so the advice is still the same: update configure script :) Reid. On Sun, 2004-09-05 at 09:53, Jeff Cohen wrote: > Configure gives me these errors on FreeBSD. I'm proceding with the build anyway to see what happens. Don't worry :)
2004 Sep 05
2
[LLVMdev] POST MORTEM: llvm-test changes
....test.database.NoSuchTestError: There is no test with the test ID "". > > qmtest.traceback: > > File "/lib/qm/qm/test/execution_engine.py", line 181, in _RunTests > File "/usr/home/llvm/obj/test/QMTest/llvmdb.py", line 91, in GetTest > raise qm.test.database.NoSuchTestError(self) > Known problem. Test needs to be added to the database. :( John? > > Next: > > Feature.cc.packed : FAIL , expected PASS > Failed to convert /usr/home/llvm/obj/test/tm...