I just tried updating Debian's packages to 7.3.1169 and ran into the attached failures for test86.
The first diff is because I run the build using SHADOWDIR=vim-$variant (e.g., vim-nox). The test either needs to handle that or drop that specific check. The other errors I'm not sure about. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]>
434c434
< vim-nox
---
> src
500c500
< d["a"] = {"abc" : FailingIter()}:(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d["a"] = {"abc" : FailingIter()}:(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
526c526
< d["a"] = Mapping({"abc" : FailingIter()}):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d["a"] = Mapping({"abc" : FailingIter()}):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
537c537
< d["a"] = FailingIter():(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d["a"] = FailingIter():(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
568c568
< d.update({"abc" : FailingIter()}):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d.update({"abc" : FailingIter()}):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
594c594
< d.update(Mapping({"abc" : FailingIter()})):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d.update(Mapping({"abc" : FailingIter()})):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
636c636
< d.update((("a", {"abc" : FailingIter()}),)):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d.update((("a", {"abc" : FailingIter()}),)):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
662c662
< d.update((("a", Mapping({"abc" : FailingIter()})),)):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d.update((("a", Mapping({"abc" : FailingIter()})),)):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
673c673
< d.update((("a", FailingIter()),)):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> d.update((("a", FailingIter()),)):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
707c707
< vim.List([{"abc" : FailingIter()}]):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> vim.List([{"abc" : FailingIter()}]):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
733c733
< vim.List([Mapping({"abc" : FailingIter()})]):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> vim.List([Mapping({"abc" : FailingIter()})]):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
744c744
< vim.List([FailingIter()]):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> vim.List([FailingIter()]):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
777c777
< l[:] = [{"abc" : FailingIter()}]:(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> l[:] = [{"abc" : FailingIter()}]:(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
803c803
< l[:] = [Mapping({"abc" : FailingIter()})]:(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> l[:] = [Mapping({"abc" : FailingIter()})]:(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
814c814
< l[:] = [FailingIter()]:(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> l[:] = [FailingIter()]:(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
841c841
< l.extend([{"abc" : FailingIter()}]):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> l.extend([{"abc" : FailingIter()}]):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
867c867
< l.extend([Mapping({"abc" : FailingIter()})]):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> l.extend([Mapping({"abc" : FailingIter()})]):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
878c878
< l.extend([FailingIter()]):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> l.extend([FailingIter()]):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
914c914
< f({"abc" : FailingIter()}):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> f({"abc" : FailingIter()}):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
940c940
< f(Mapping({"abc" : FailingIter()})):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> f(Mapping({"abc" : FailingIter()})):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
951c951
< f(FailingIter()):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> f(FailingIter()):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
977c977
< fd(self={"abc" : FailingIter()}):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> fd(self={"abc" : FailingIter()}):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
1003c1003
< fd(self=Mapping({"abc" : FailingIter()})):(<type 'exceptions.NotImplementedError'>, NotImplementedError())
---
> fd(self=Mapping({"abc" : FailingIter()})):(<type 'exceptions.TypeError'>, TypeError('unable to convert to vim structure',))
1085a1086
> 2,xx
signature.asc
Description: Digital signature
