search for: test_loc

Displaying 8 results from an estimated 8 matches for "test_loc".

Did you mean: test_log
2007 Feb 13
7
Specs of code that use Time.now
Hi Just trying to spec a Rails model that defaults a valid_until date to this time tomorrow. I''ve done something similar involving Dates, and you can stub the :today method to return something fixed. But when I tried this with Time, I found that RSpec calls Time.now four times per spec. So there''s no way to spec code like 1.days.from_now . The best I can come up
2009 Mar 06
2
rake test:functionals -> Task not supported by ''
I have a Rails project in which I''ve been using "rake test" tasks with great success. At some point (there were a few changes in the interim), rake started aborting test tasks. Here is the dialog: === $ rake test:functionals (in /Users/fritza/myproject) rake aborted! Task not supported by '''' (See full trace by running task with --trace) === The separate
2015 Nov 25
4
NV50 compute support questions
...798016.000000, expected 0x10/0.000000 (17, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected 0x11/0.000000 (18, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected 0x12/0.000000 (19, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected 0x13/0.000000 (8192, 1): FAIL (8192) - test_local ERROR: SUSTx not yet supported on < nve4 (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected 0x1/0.000000 (1, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected 0x1/0.000000 (2, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected 0x1/0.000000 (3, 0)[0]: got 0xdeadb...
2015 Nov 26
2
NV50 compute support questions
...f/-6259853398707798016.000000, expected >> 0x11/0.000000 >> (18, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >> 0x12/0.000000 >> (19, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >> 0x13/0.000000 >> (8192, 1): FAIL (8192) >> - test_local >> ERROR: SUSTx not yet supported on < nve4 >> (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >> 0x1/0.000000 >> (1, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >> 0x1/0.000000 >> (2, 0)[0]: got 0xdeadbeef/-625985339870779801...
2015 Nov 26
0
NV50 compute support questions
...t; (17, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x11/0.000000 > (18, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x12/0.000000 > (19, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x13/0.000000 > (8192, 1): FAIL (8192) > - test_local > ERROR: SUSTx not yet supported on < nve4 > (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x1/0.000000 > (1, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x1/0.000000 > (2, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >...
2015 Nov 26
0
NV50 compute support questions
...0, expected >>> 0x11/0.000000 >>> (18, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >>> 0x12/0.000000 >>> (19, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >>> 0x13/0.000000 >>> (8192, 1): FAIL (8192) >>> - test_local >>> ERROR: SUSTx not yet supported on < nve4 >>> (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >>> 0x1/0.000000 >>> (1, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >>> 0x1/0.000000 >>> (2, 0)[0]: got 0xdead...
2015 Nov 25
0
NV50 compute support questions
...t; (17, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x11/0.000000 > (18, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x12/0.000000 > (19, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x13/0.000000 > (8192, 1): FAIL (8192) > - test_local > ERROR: SUSTx not yet supported on < nve4 > (0, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x1/0.000000 > (1, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected > 0x1/0.000000 > (2, 0)[0]: got 0xdeadbeef/-6259853398707798016.000000, expected >...
2015 Nov 20
4
NV50 compute support questions
Hi Samual, et al, In http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/nouveau?id=ff72440b40211326eda118232fabd53965410afd you write: "This compute support has been tested by Pierre Moreau and myself with some compute kernels." Can you provide testing instructions (and the necessary files) so that I can try to reproduce your tests ? And once I've reproduced your