~ubuntu-branches/debian/experimental/nuitka/experimental

« back to all changes in this revision

Viewing changes to tests/basics/run_all.py

  • Committer: Package Import Robot
  • Author(s): Kay Hayen
  • Date: 2015-04-06 17:20:44 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20150406172044-grhy9sk7g0whu2ag
Tags: 0.5.12+ds-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    if filename == "OrderChecks.py":
101
101
        extra_flags.append("ignore_warnings")
102
102
 
 
103
    # This tests warns about an package relative import despite
 
104
    # being in no package.
 
105
    if filename == "Importing.py":
 
106
        extra_flags.append("ignore_warnings")
 
107
 
103
108
    # TODO: Nuitka does not give output for ignored exception in dtor, this is
104
109
    # not fully compatible and potentially an error.
105
110
    if filename == "YieldFrom33.py":