Home
last modified time | relevance | path

Searched refs:check_py3k_warnings (Results 1 – 25 of 53) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_py3kwarn.py3 from test.test_support import check_py3k_warnings, CleanImport, run_unittest
44 with check_py3k_warnings((expected, SyntaxWarning)):
50 with check_py3k_warnings((expected, SyntaxWarning)):
67 with check_py3k_warnings(('', SyntaxWarning)) as w:
91 with check_py3k_warnings() as w:
98 with check_py3k_warnings() as w:
105 with check_py3k_warnings() as w:
122 with check_py3k_warnings() as w:
133 with check_py3k_warnings() as w:
147 with check_py3k_warnings() as w:
[all …]
Dtest_call.py15 with test_support.check_py3k_warnings():
28 with test_support.check_py3k_warnings():
33 with test_support.check_py3k_warnings():
Dtest_undocumented_details.py1 from test.test_support import run_unittest, check_py3k_warnings
35 with check_py3k_warnings():
Dtest_opcodes.py3 from test.test_support import run_unittest, check_py3k_warnings
113 with check_py3k_warnings(("exceptions must derive from BaseException",
Dtest_buffer.py26 with test_support.check_py3k_warnings(("buffer.. not supported",
Dtest_complex_args.py112 with test_support.check_py3k_warnings(
Dtest_syntax.py567 with test_support.check_py3k_warnings(("backquote not supported",
Dtest_userlist.py56 with test_support.check_py3k_warnings(
Dtest_augassign.py3 from test.test_support import run_unittest, check_py3k_warnings
327 with check_py3k_warnings(("classic int division", DeprecationWarning)):
Dtest_index.py287 with test_support.check_py3k_warnings():
294 with test_support.check_py3k_warnings():
315 with test_support.check_py3k_warnings():
Dtest_repr.py11 from test.test_support import run_unittest, check_py3k_warnings
177 with check_py3k_warnings():
Dtest_scope.py2 from test.test_support import check_syntax_error, check_py3k_warnings, \
322 with check_py3k_warnings(("tuple parameter unpacking has been removed",
Dtest_univnewlines2k.py83 with test_support.check_py3k_warnings():
Dtest_urllibnet.py198 with test_support.check_py3k_warnings(
Dtest_inspect.py11 from test.test_support import run_unittest, check_py3k_warnings
13 with check_py3k_warnings(
444 with check_py3k_warnings(
575 with check_py3k_warnings(
Dtest_file2k.py40 with test_support.check_py3k_warnings():
46 with test_support.check_py3k_warnings():
121 with test_support.check_py3k_warnings():
Dtest_slice.py118 with test_support.check_py3k_warnings():
Dtest_bool.py183 with test_support.check_py3k_warnings():
202 with test_support.check_py3k_warnings():
282 with test_support.check_py3k_warnings():
Dtest_StringIO.py145 with test_support.check_py3k_warnings(("buffer.. not supported",
Dtest_peepholer.py228 with test_support.check_py3k_warnings(
Dtest_iter.py5 check_py3k_warnings, cpython_only
411 with check_py3k_warnings():
514 with check_py3k_warnings():
Dtest_types.py4 check_py3k_warnings
750 with check_py3k_warnings(
Dtest_struct.py6 from test.test_support import run_unittest, check_warnings, check_py3k_warnings
487 with check_py3k_warnings(("buffer.. not supported in 3.x",
Dtest_sort.py277 with test_support.check_py3k_warnings(
Dtest_ast.py313 with test_support.check_py3k_warnings(("backquote not supported",

123