search for: test_instance

Displaying 6 results from an estimated 6 matches for "test_instance".

2014 Jun 24
4
[LLVMdev] Proposal: Improved regression test support for RuntimeDyld/MCJIT.
Hi Dave, Jim Grosbach asked the same question, so you're in good company. With hindsight I think it was a mistake to say "FileCheck workflow". What I really meant was that this system plays well with lit. Not that your question about using FileCheck would have been any less valid. I did consider using FileCheck for this, but decided it was the wrong approach. The fundamental reason
2012 Sep 06
2
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
...#39;LNT==0.4.1dev', 'console_scripts', 'lnt')() File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 281, in main commands[cmd](cmd, args[1:]) File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 149, in action_runtest report = test_instance.run_test('%s %s' % (name, test_name), args) File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 1288, in run_test report = run_test(nick, opts, None, report_dir) File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 645, in run_test target_flags)...
2010 Mar 22
5
UnitTesting-Action view testcase is failed
Hi, I run the "Unit testing", Then The "Actionview::Testcase" is failed. i.e i am getting the error as below, 1) Error: test_tablename(ActionView::TestCase): TypeError: wrong argument type Class (expected Module) /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/helpers.rb:76:in `include''
2012 Sep 06
0
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
...#39;console_scripts', 'lnt')() > File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 281, in main > commands[cmd](cmd, args[1:]) > File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 149, > in action_runtest > report = test_instance.run_test('%s %s' % (name, test_name), args) > File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 1288, in run_test > report = run_test(nick, opts, None, report_dir) > File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 645, in run_test &gt...
2012 Sep 06
1
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
...#39;, 'lnt')() >> File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 281, in main >> commands[cmd](cmd, args[1:]) >> File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 149, >> in action_runtest >> report = test_instance.run_test('%s %s' % (name, test_name), args) >> File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 1288, in run_test >> report = run_test(nick, opts, None, report_dir) >> File "/home/sean/pg/others/llvm/lnt/lnt/tests/nt.py", line 645, in...
2014 Jun 23
3
[LLVMdev] Proposal: Improved regression test support for RuntimeDyld/MCJIT.
Hi Everyone, For your consideration: A proposal to improve regression test support for RuntimeDyld. Short version: We can make RuntimeDyld far more testable by adding a trivial pointer-expression language that allows us to describe how memory should look post-relocation. Jump down to "The Proposal" for details. Long version: Background: For those unfamiliar with it, RuntimeDyld a