Hi!

For the record, I ran all tests with the following patches applied:

trac_8413-Unknown_bool_value-fh.patch                   # Needs review
trac_8574-length-sl.patch                    # Needs review, depends on #8429
trac_8604_nfactor_enumerable-sl.patch                   # Needs review, depends 
on #8429
trac_8674_word_combinaorial_cmp-sl.patch                   # Needs review
trac_8670-word-path-projection-sl.patch                   # Needs review
trac_8407_word-paths-sl.patch                   # Needs review

trac_7004-graphviz-old-nt.patch #+disabled
trac_7004-graphviz-nt.patch                             #-4_3_1
trac_7004-graphviz-keys-nt.patch
trac_7004-graphviz-spring-experiment.patch #+disabled
trac_7004-review-vd.patch
trac_7004-review-nt.patch

trac_8288_search_forest_depth_and_breath_improvement-nb.patch  # Needs review
trac_8392_check_permutation-nb.patch

trac_8386_iet_alphabet_bug-vd.patch                   # Needs review
trac_8388_pickling_path-vd.patch                      # Needs review
trac_8490_square_free-vd.patch     

trac_8500_number_transitive_group-nb.patch            # Needs review
trac_8549_cycle_enumerator-nb.patch                   # Needs review
trac_8549_cycle_enumerator-review-nt.patch
trac_8562-category-integer_mod_ring-nt.patch         # Needs review
trac_8649_crystal-as.patch                            # Needs review

trac_8414_weyl_group_space.patch
trac_8414_weyl_group_space-review-nt.patch

and all test pass but for:

        sage -t  "devel/sage/sage/categories/coxeter_groups.py"
        sage -t  "devel/sage/sage/combinat/posets/poset_examples.py"
        sage -t  "devel/sage/sage/combinat/posets/hasse_diagram.py"

Nicolas: I guess those are caused by:

    trac_8288_search_forest_depth_and_breath_improvement-nb.patch  # Needs 
review
    trac_8392_check_permutation-nb.patch

See below for the log.

Cheers,
                                Nicolas

sage -t  "devel/sage/sage/categories/coxeter_groups.py"     
**********************************************************************
File "/home/combi/nthiery/sage/devel/sage/sage/categories/coxeter_groups.py", 
line 840:
    sage: w0.binary_factorizations().cardinality()
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_27[5]>", line 1, in <module>
        w0.binary_factorizations().cardinality()###line 840:
    sage: w0.binary_factorizations().cardinality()
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/categories/enumerated_sets.py",
 line 208, in cardinality
        raise NotImplementedError, "unknown cardinality"
    NotImplementedError: unknown cardinality
**********************************************************************
File "/home/combi/nthiery/sage/devel/sage/sage/categories/coxeter_groups.py", 
line 842:
    sage: [w0.binary_factorizations(lambda u: u.length() <= l).cardinality() 
for l in [-1,0,1,2,3,4,5,6]]
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_27[6]>", line 1, in <module>
        [w0.binary_factorizations(lambda u: u.length() <= l).cardinality() for 
l in 
[-Integer(1),Integer(0),Integer(1),Integer(2),Integer(3),Integer(4),Integer(5),Integer(6)]]###line
 842:
    sage: [w0.binary_factorizations(lambda u: u.length() <= l).cardinality() 
for l in [-1,0,1,2,3,4,5,6]]
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/categories/enumerated_sets.py",
 line 208, in cardinality
        raise NotImplementedError, "unknown cardinality"
    NotImplementedError: unknown cardinality
**********************************************************************
File "/home/combi/nthiery/sage/devel/sage/sage/categories/coxeter_groups.py", 
line 844:
    sage: [(s[i]*w0).binary_factorizations().cardinality() for i in [1,2,3]]
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_27[7]>", line 1, in <module>
        [(s[i]*w0).binary_factorizations().cardinality() for i in 
[Integer(1),Integer(2),Integer(3)]]###line 844:
    sage: [(s[i]*w0).binary_factorizations().cardinality() for i in [1,2,3]]
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/categories/enumerated_sets.py",
 line 208, in cardinality
        raise NotImplementedError, "unknown cardinality"
    NotImplementedError: unknown cardinality
**********************************************************************
1 items had failures:
   3 of   9 in __main__.example_27
File 
"/home/combi/nthiery/sage/devel/sage/sage/combinat/posets/poset_examples.py", 
line 294:
    sage: P1 = Posets.SymmetricGroupBruhatIntervalPoset([0,1,2,3], [2,3,0,1])
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[2]>", line 1, in <module>
        P1 = 
Posets.SymmetricGroupBruhatIntervalPoset([Integer(0),Integer(1),Integer(2),Integer(3)],
 [Integer(2),Integer(3),Integer(0),Integer(1)])###line 294:
    sage: P1 = Posets.SymmetricGroupBruhatIntervalPoset([0,1,2,3], [2,3,0,1])
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/combinat/posets/poset_examples.py",
 line 304, in SymmetricGroupBruhatIntervalPoset
        start = Permutation(start)
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/combinat/permutation.py",
 line 284, in Permutation
        raise ValueError, "%s is not a Standard permutations"%(l)
    ValueError: [0, 1, 2, 3] is not a Standard permutations
**********************************************************************
File 
"/home/combi/nthiery/sage/devel/sage/sage/combinat/posets/poset_examples.py", 
line 295:
    sage: P2 = Posets.SymmetricGroupBruhatIntervalPoset([0,1,2,3], [3,1,2,0])
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[3]>", line 1, in <module>
        P2 = 
Posets.SymmetricGroupBruhatIntervalPoset([Integer(0),Integer(1),Integer(2),Integer(3)],
 [Integer(3),Integer(1),Integer(2),Integer(0)])###line 295:
    sage: P2 = Posets.SymmetricGroupBruhatIntervalPoset([0,1,2,3], [3,1,2,0])
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/combinat/posets/poset_examples.py",
 line 304, in SymmetricGroupBruhatIntervalPoset
        start = Permutation(start)
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/combinat/permutation.py",
 line 284, in Permutation
        raise ValueError, "%s is not a Standard permutations"%(l)
    ValueError: [0, 1, 2, 3] is not a Standard permutations
**********************************************************************
File 
"/home/combi/nthiery/sage/devel/sage/sage/combinat/posets/poset_examples.py", 
line 296:
    sage: ranks1 = [P1.rank(v) for v in P1]
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[4]>", line 1, in <module>
        ranks1 = [P1.rank(v) for v in P1]###line 296:
    sage: ranks1 = [P1.rank(v) for v in P1]
    NameError: name 'P1' is not defined
**********************************************************************
File 
"/home/combi/nthiery/sage/devel/sage/sage/combinat/posets/poset_examples.py", 
line 297:
    sage: ranks2 = [P2.rank(v) for v in P2]
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[5]>", line 1, in <module>
        ranks2 = [P2.rank(v) for v in P2]###line 297:
    sage: ranks2 = [P2.rank(v) for v in P2]
    NameError: name 'P2' is not defined
**********************************************************************
File 
"/home/combi/nthiery/sage/devel/sage/sage/combinat/posets/poset_examples.py", 
line 298:
    sage: [ranks1.count(i) for i in uniq(ranks1)]
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[6]>", line 1, in <module>
        [ranks1.count(i) for i in uniq(ranks1)]###line 298:
    sage: [ranks1.count(i) for i in uniq(ranks1)]
    NameError: name 'ranks1' is not defined
**********************************************************************
File 
"/home/combi/nthiery/sage/devel/sage/sage/combinat/posets/poset_examples.py", 
line 300:
    sage: [ranks2.count(i) for i in uniq(ranks2)]
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_14[7]>", line 1, in <module>
        [ranks2.count(i) for i in uniq(ranks2)]###line 300:
    sage: [ranks2.count(i) for i in uniq(ranks2)]
    NameError: name 'ranks2' is not defined
**********************************************************************
1 items had failures:
   6 of   8 in __main__.example_14
***Test Failed*** 6 failures.

sage -t  "devel/sage/sage/combinat/posets/hasse_diagram.py" 
**********************************************************************
File 
"/home/combi/nthiery/sage/devel/sage/sage/combinat/posets/hasse_diagram.py", 
line 130:
    sage: P = Posets.SymmetricGroupBruhatIntervalPoset([0,1,2,3], [2,3,0,1])
Exception raised:
    Traceback (most recent call last):
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1231, in 
run_one_test
        self.run_one_example(test, example, filename, compileflags)
      File "/home/combi/nthiery/sage/local/bin/sagedoctest.py", line 38, in 
run_one_example
        OrigDocTestRunner.run_one_example(self, test, example, filename, 
compileflags)
      File "/home/combi/nthiery/sage/local/bin/ncadoctest.py", line 1172, in 
run_one_example
        compileflags, 1) in test.globs
      File "<doctest __main__.example_6[9]>", line 1, in <module>
        P = 
Posets.SymmetricGroupBruhatIntervalPoset([Integer(0),Integer(1),Integer(2),Integer(3)],
 [Integer(2),Integer(3),Integer(0),Integer(1)])###line 130:
    sage: P = Posets.SymmetricGroupBruhatIntervalPoset([0,1,2,3], [2,3,0,1])
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/combinat/posets/poset_examples.py",
 line 304, in SymmetricGroupBruhatIntervalPoset
        start = Permutation(start)
      File 
"/home/combi/nthiery/sage/local/lib/python/site-packages/sage/combinat/permutation.py",
 line 284, in Permutation
        raise ValueError, "%s is not a Standard permutations"%(l)
    ValueError: [0, 1, 2, 3] is not a Standard permutations
**********************************************************************
1 items had failures:
   1 of  11 in __main__.example_6
***Test Failed*** 1 failures.
For whitespace errors, see the file 
/home/combi/nthiery/.sage//tmp/.doctest_hasse_diagram.py

--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-de...@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to