3d59dba45d273b5159d01414cb300d6928f72d7a,tests/libraries/test_pycparser.py,,,#,28

Before Change


            sys.exit("FAIL: Files generated but removed.")

    // Success.
    sys.exit(0)

After Change



    // Confirm no files exist before we start.
    if fnames_found():
        raise SystemExit("FAIL: Files present before test.")

    // Minimal invocation that generates the files.
    from pycparser import c_parser
    parser = c_parser.CParser()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 6

Non-data size: 3

Instances


Project Name: pyinstaller/pyinstaller
Commit Name: 3d59dba45d273b5159d01414cb300d6928f72d7a
Time: 2015-05-06
Author: h.goebel@crazy-compilers.com
File Name: tests/libraries/test_pycparser.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: e81a68b0100de825bbb5b499a855db15770d56e5
Time: 2012-06-24
Author: dhyams@gmail.com
File Name: buildtests/libraries/test_wx_pubsub.py
Class Name:
Method Name: OnMessage


Project Name: pyinstaller/pyinstaller
Commit Name: 438e465a194ab995cabcfe5984ae8c5aaa4b9cbe
Time: 2012-06-28
Author: mzibr.public@gmail.com
File Name: buildtests/import/test_app_with_plugins.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 3d59dba45d273b5159d01414cb300d6928f72d7a
Time: 2015-05-06
Author: h.goebel@crazy-compilers.com
File Name: tests/libraries/test_enchant.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: e81a68b0100de825bbb5b499a855db15770d56e5
Time: 2012-06-24
Author: dhyams@gmail.com
File Name: buildtests/libraries/test_wx_pubsub_kwargs.py
Class Name:
Method Name: OnMessage


Project Name: pyinstaller/pyinstaller
Commit Name: e81a68b0100de825bbb5b499a855db15770d56e5
Time: 2012-06-24
Author: dhyams@gmail.com
File Name: buildtests/libraries/test_wx_pubsub_arg1.py
Class Name:
Method Name: OnMessage