Hi Martin, If you want to run tests on your own patch, I suggest to apply it to a clean version of sage-5.2.rc0. All tests in a clean version of sage-5.2.rc0 should pass! The ones that fail would then be due to your patch.
If you run sage -t on the sage-combinat queue, it is not guaranteed that the tests pass. Hi Andrew, I think you can move up your patches in the queue to the needs review section, as long as you make sure everything still applies for sage-5.1 and sage-5.0. I put two versions of the symmetric function patch on the sage-combinat queue: one of them runs for sage-5.1 and lower and the other runs on sage-5.2.rc0. Best, Anne On 7/19/12 12:54 PM, Martin Rubey wrote: > I just wanted to test whether some experimental changes wouldn't break > anything and ran > > sage -t devel/sage-combinat/sage/combinat/ > > I get quite a few failures, ugly errors, etc. > > Which of these should I expect? > > eg. > > File > "/groups/comb/rubey/sage-5.1/devel/sage-combinat/sage/combinat/subsets_pairwise.py", > line 95: > sage: TestSuite(P).run() > Expected nothing > Got: > Failure in _test_len: > Traceback (most recent call last): > File > "/groups/comb/rubey/sage-5.1/local/lib/python/site-packages/sage/misc/sage_unittest.py", > line 279, in run > test_method(tester = tester) > File > "/groups/comb/rubey/sage-5.1/local/lib/python/site-packages/sage/categories/objects.py", > line 95, in _test_len > ln = len(self) > TypeError: 'NoneType' object is not callable > ------------------------------------------------------------ > The following tests failed: _test_len > ********************************************************************** > 1 items had failures: > 1 of 8 in __main__.example_2 > ***Test Failed*** 1 failures. > > and 30000 (!!!) more lines of output. > > Martin -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
