~doko/python/pkg2.7-debian

« back to all changes in this revision

Viewing changes to tests/testsuite-dbg

  • Committer: Matthias Klose
  • Date: 2014-05-22 13:53:57 UTC
  • Revision ID: doko@ubuntu.com-20140522135357-c6a4rbxs1zve2c8o
  * Expect test failures in the distutils autopkg tests.
  * Disable the test_solaris_enable_shared test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# test_curses: error: copywin() returned ERR
40
40
TESTEXCLUSIONS="$TESTEXCLUSIONS test_curses"
41
41
 
 
42
# test_distutils: failing tests test_parse_makefile_base, test_parse_makefile_literal_dollar
 
43
TESTEXCLUSIONS="$TESTEXCLUSIONS test_distutils"
 
44
 
42
45
# test_pydoc: Issue 17773, failing tests
43
46
TESTEXCLUSIONS="$TESTEXCLUSIONS test_pydoc"
44
47