Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
b92bd743
Commit
b92bd743
authored
Apr 29, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some test notes
parent
30ee1b09
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
18 additions
and
12 deletions
+18
-12
from_cpython/Lib/test/test_SimpleHTTPServer.py
from_cpython/Lib/test/test_SimpleHTTPServer.py
+0
-1
from_cpython/Lib/test/test_array.py
from_cpython/Lib/test/test_array.py
+1
-1
from_cpython/Lib/test/test_docxmlrpc.py
from_cpython/Lib/test/test_docxmlrpc.py
+1
-0
from_cpython/Lib/test/test_file2k.py
from_cpython/Lib/test/test_file2k.py
+1
-0
from_cpython/Lib/test/test_file_eintr.py
from_cpython/Lib/test/test_file_eintr.py
+0
-1
from_cpython/Lib/test/test_fileinput.py
from_cpython/Lib/test/test_fileinput.py
+0
-1
from_cpython/Lib/test/test_fileio.py
from_cpython/Lib/test/test_fileio.py
+0
-1
from_cpython/Lib/test/test_gzip.py
from_cpython/Lib/test/test_gzip.py
+0
-1
from_cpython/Lib/test/test_index.py
from_cpython/Lib/test/test_index.py
+1
-0
from_cpython/Lib/test/test_logging.py
from_cpython/Lib/test/test_logging.py
+1
-0
from_cpython/Lib/test/test_memoryio.py
from_cpython/Lib/test/test_memoryio.py
+1
-0
from_cpython/Lib/test/test_mimetypes.py
from_cpython/Lib/test/test_mimetypes.py
+0
-1
from_cpython/Lib/test/test_minidom.py
from_cpython/Lib/test/test_minidom.py
+1
-0
from_cpython/Lib/test/test_parser.py
from_cpython/Lib/test/test_parser.py
+1
-0
from_cpython/Lib/test/test_plistlib.py
from_cpython/Lib/test/test_plistlib.py
+1
-0
from_cpython/Lib/test/test_posix.py
from_cpython/Lib/test/test_posix.py
+1
-0
from_cpython/Lib/test/test_sax.py
from_cpython/Lib/test/test_sax.py
+1
-0
from_cpython/Lib/test/test_shutil.py
from_cpython/Lib/test/test_shutil.py
+1
-0
from_cpython/Lib/test/test_signal.py
from_cpython/Lib/test/test_signal.py
+0
-1
from_cpython/Lib/test/test_ssl.py
from_cpython/Lib/test/test_ssl.py
+0
-1
from_cpython/Lib/test/test_string.py
from_cpython/Lib/test/test_string.py
+1
-0
from_cpython/Lib/test/test_structseq.py
from_cpython/Lib/test/test_structseq.py
+1
-0
from_cpython/Lib/test/test_telnetlib.py
from_cpython/Lib/test/test_telnetlib.py
+1
-0
from_cpython/Lib/test/test_threaded_import.py
from_cpython/Lib/test/test_threaded_import.py
+0
-1
from_cpython/Lib/test/test_tuple.py
from_cpython/Lib/test/test_tuple.py
+1
-0
from_cpython/Lib/test/test_univnewlines.py
from_cpython/Lib/test/test_univnewlines.py
+0
-1
from_cpython/Lib/test/test_unpack.py
from_cpython/Lib/test/test_unpack.py
+1
-0
from_cpython/Lib/test/test_urllib2_localnet.py
from_cpython/Lib/test/test_urllib2_localnet.py
+0
-1
test/cpython/test_pyexpat.py
test/cpython/test_pyexpat.py
+1
-0
No files found.
from_cpython/Lib/test/test_SimpleHTTPServer.py
View file @
b92bd743
# expected: reffail
"""
These tests only check url parsing for now.
We don't want to require the 'network' resource.
...
...
from_cpython/Lib/test/test_array.py
View file @
b92bd743
# expected: reffail
# - fails in interpreter due to keeping refcounts a bit too long
# - fails in interpreter due to keeping refcounts a bit too long
(does manual sys.getrefcount checking)
"""Test the arraymodule.
Roger E. Masse
"""
...
...
from_cpython/Lib/test/test_docxmlrpc.py
View file @
b92bd743
# expected: reffail
# - negative ref
from
DocXMLRPCServer
import
DocXMLRPCServer
import
httplib
import
sys
...
...
from_cpython/Lib/test/test_file2k.py
View file @
b92bd743
# expected: reffail
# - negative ref
import
sys
import
os
import
unittest
...
...
from_cpython/Lib/test/test_file_eintr.py
View file @
b92bd743
# expected: reffail
# Written to test interrupted system calls interfering with our many buffered
# IO implementations. http://bugs.python.org/issue12268
#
...
...
from_cpython/Lib/test/test_fileinput.py
View file @
b92bd743
# expected: reffail
'''
Tests for fileinput module.
Nick Mathewson
...
...
from_cpython/Lib/test/test_fileio.py
View file @
b92bd743
# expected: reffail
# Adapted from test_file.py by Daniel Stutzbach
from
__future__
import
unicode_literals
...
...
from_cpython/Lib/test/test_gzip.py
View file @
b92bd743
# expected: reffail
"""Test script for the gzip module.
"""
...
...
from_cpython/Lib/test/test_index.py
View file @
b92bd743
# expected: reffail
# - leaked refs
import
unittest
from
test
import
test_support
import
operator
...
...
from_cpython/Lib/test/test_logging.py
View file @
b92bd743
# expected: reffail
# - negative ref
# Copyright 2001-2013 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
...
...
from_cpython/Lib/test/test_memoryio.py
View file @
b92bd743
# expected: reffail
# - Some sort of segfault
"""Unit tests for memory-based file-like objects.
StringIO -- for unicode strings
BytesIO -- for bytes
...
...
from_cpython/Lib/test/test_mimetypes.py
View file @
b92bd743
# expected: reffail
import
mimetypes
import
StringIO
import
unittest
...
...
from_cpython/Lib/test/test_minidom.py
View file @
b92bd743
# expected: reffail
# - "pyexpat.xmlparser needs a tp_traverse"
# test for xml.dom.minidom
import
pickle
...
...
from_cpython/Lib/test/test_parser.py
View file @
b92bd743
# expected: reffail
# - leaked refs
import
parser
import
unittest
import
sys
...
...
from_cpython/Lib/test/test_plistlib.py
View file @
b92bd743
# expected: reffail
# - negative ref
# Copyright (C) 2003 Python Software Foundation
import
unittest
...
...
from_cpython/Lib/test/test_posix.py
View file @
b92bd743
# expected: reffail
# - leaked refs
"Test posix functions"
from
test
import
test_support
...
...
from_cpython/Lib/test/test_sax.py
View file @
b92bd743
# expected: reffail
# - "pyexpat.xmlparser needs a tp_traverse"
# regression test for SAX 2.0 -*- coding: utf-8 -*-
# $Id$
...
...
from_cpython/Lib/test/test_shutil.py
View file @
b92bd743
# expected: reffail
# - leaked refs, some test failures?
# Copyright (C) 2003 Python Software Foundation
import
unittest
...
...
from_cpython/Lib/test/test_signal.py
View file @
b92bd743
# expected: reffail
import
unittest
from
test
import
test_support
from
contextlib
import
closing
...
...
from_cpython/Lib/test/test_ssl.py
View file @
b92bd743
# expected: reffail
# Test the support for SSL and sockets
import
sys
...
...
from_cpython/Lib/test/test_string.py
View file @
b92bd743
# expected: reffail
# - unknown segfault
import
unittest
,
string
from
test
import
test_support
,
string_tests
from
UserList
import
UserList
...
...
from_cpython/Lib/test/test_structseq.py
View file @
b92bd743
# expected: reffail
# - unknown segfault
import
unittest
from
test
import
test_support
...
...
from_cpython/Lib/test/test_telnetlib.py
View file @
b92bd743
# expected: reffail
# - unknown unwinding issue
import
socket
import
telnetlib
import
time
...
...
from_cpython/Lib/test/test_threaded_import.py
View file @
b92bd743
# expected: fail
# This is a variant of the very old (early 90's) file
# Demo/threads/bug.py. It simply provokes a number of threads into
# trying to import the same module "at the same time".
...
...
from_cpython/Lib/test/test_tuple.py
View file @
b92bd743
# expected: reffail
# - unknown unwinding issue
from
test
import
test_support
,
seq_tests
import
gc
...
...
from_cpython/Lib/test/test_univnewlines.py
View file @
b92bd743
# expected: fail
# Tests universal newline support for both reading and parsing files.
# NOTE: this file tests the new `io` library backported from Python 3.x.
...
...
from_cpython/Lib/test/test_unpack.py
View file @
b92bd743
# expected: reffail
# - unknown segfault
doctests
=
"""
Unpack tuple
...
...
from_cpython/Lib/test/test_urllib2_localnet.py
View file @
b92bd743
# expected: reffail
import
urlparse
import
urllib2
import
BaseHTTPServer
...
...
test/cpython/test_pyexpat.py
View file @
b92bd743
# expected: reffail
# - "pyexpat.xmlparser needs a tp_traverse"
# XXX TypeErrors on calling handlers, or on bad return values from a
# handler, are obscure and unhelpful.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment