0
|
1 |
; Copyright (c) 2008-2009 Nokia Corporation
|
|
2 |
;
|
|
3 |
; Licensed under the Apache License, Version 2.0 (the "License")
|
|
4 |
; you may not use this file except in compliance with the License.
|
|
5 |
; You may obtain a copy of the License at
|
|
6 |
;
|
|
7 |
; http://www.apache.org/licenses/LICENSE-2.0
|
|
8 |
;
|
|
9 |
; Unless required by applicable law or agreed to in writing, software
|
|
10 |
; distributed under the License is distributed on an "AS IS" BASIS,
|
|
11 |
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12 |
; See the License for the specific language governing permissions and
|
|
13 |
; limitations under the License.
|
|
14 |
|
|
15 |
;Installation file for testapp
|
|
16 |
;Languages
|
|
17 |
&EN
|
|
18 |
;
|
|
19 |
;UID is the app's UID
|
|
20 |
;'
|
|
21 |
#{"testapp"},(${{PYS60_UID_TESTAPP}}),${{PYS60_VERSION_MAJOR}},${{PYS60_VERSION_MINOR}},${{PYS60_VERSION_MICRO}},TYPE=SISAPP
|
|
22 |
|
|
23 |
;Localised Vendor name
|
|
24 |
%{"Vendor-EN"}
|
|
25 |
|
|
26 |
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
|
|
27 |
; Files to install
|
|
28 |
;
|
|
29 |
"\Epoc32\release\${{DEVICE_PLATFORM}}\${{DEVICE_BUILD}}\testapp.exe" -"!:\sys\bin\testapp.exe"
|
|
30 |
"\Epoc32\Data\z\private\10003a3f\import\apps\testapp_reg.RSC" -"!:\private\10003a3f\import\apps\testapp_reg.RSC"
|
|
31 |
|
|
32 |
;Adding dummy file to ensure directory "F0201517" is created
|
|
33 |
"..\src\temp.txt" -"!:\private\F0201517\temp.txt"
|
|
34 |
|
|
35 |
;Runtime modules that are not part of base-runtime.
|
|
36 |
"..\..\..\..\newcore\symbian\src\python25_repo.zip" -"!:\resource\python25\python25_repo.zip"
|
|
37 |
|
|
38 |
;e32.start_exe test application
|
|
39 |
"\Epoc32\release\${{DEVICE_PLATFORM}}\${{DEVICE_BUILD}}\start_exe_testapp.exe" -"!:\sys\bin\start_exe_testapp.exe"
|
|
40 |
|
|
41 |
"..\src\runtests.py" -"c:\Data\python\test\runtests.py"
|
|
42 |
"..\src\runtests_sets.py" -"c:\Data\python\test\runtests_sets.py"
|
|
43 |
"..\src\create_testsets.py" -"c:\Data\python\test\create_testsets.py"
|
|
44 |
"..\src\options.txt" -"c:\Data\python\test\options.txt"
|
|
45 |
"..\src\testsets.cfg" -"c:\Data\python\test\testsets.cfg"
|
|
46 |
"..\src\test_pystone.py" -"c:\Data\python\test\test_pystone.py"
|
|
47 |
"..\src\version.py" -"c:\Data\python\test\version.py"
|
|
48 |
|
|
49 |
${{if INCLUDE_INTERNAL_SRC
|
|
50 |
;Symbian extension testcases
|
|
51 |
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext.py" -"c:\Data\python\test\test_scriptext.py"
|
|
52 |
"..\..\..\..\..\internal-src\scriptext\src\test_appmgr_scriptext.py" -"c:\Data\python\test\test_appmgr_scriptext.py"
|
|
53 |
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_messaging.py" -"c:\Data\python\test\test_scriptext_messaging.py"
|
|
54 |
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_contacts.py" -"c:\Data\python\test\test_scriptext_contacts.py"
|
|
55 |
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_media.py" -"c:\Data\python\test\test_scriptext_media.py"
|
|
56 |
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_logging.py" -"c:\Data\python\test\test_scriptext_logging.py"
|
|
57 |
"..\..\..\..\..\internal-src\scriptext\src\test_scriptext_sysinfo.py" -"c:\Data\python\test\test_scriptext_sysinfo.py"
|
|
58 |
"..\..\..\..\..\internal-src\scriptext\src\test_calendar_scriptext.py" -"c:\Data\python\test\test_calendar_scriptext.py"
|
|
59 |
}}
|
|
60 |
|
|
61 |
;Amaretto module testcases
|
|
62 |
"..\..\..\..\ext\amaretto\e32\src\test_e32.py" -"c:\Data\python\test\test_e32.py"
|
|
63 |
"..\..\..\..\ext\amaretto\graphics\src\test_graphics.py" -"c:\Data\python\test\test_graphics.py"
|
|
64 |
"..\..\..\..\ext\amaretto\calendar\src\test_calendar.py" -"c:\Data\python\test\test_calendar_amaretto.py"
|
|
65 |
"..\..\..\..\ext\amaretto\contacts\src\test_contacts.py" -"c:\Data\python\test\test_contacts.py"
|
|
66 |
"..\..\..\..\ext\amaretto\sysinfo\src\test_sysinfo.py" -"c:\Data\python\test\test_sysinfo.py"
|
|
67 |
"..\..\..\..\ext\amaretto\e32db\src\test_e32db.py" -"c:\Data\python\test\test_e32db.py"
|
|
68 |
"..\..\..\..\ext\amaretto\e32db\src\test_e32dbm.py" -"c:\Data\python\test\test_e32dbm.py"
|
|
69 |
"..\..\..\..\ext\amaretto\inbox\src\test_inbox.py" -"c:\Data\python\test\test_inbox.py"
|
|
70 |
"..\..\..\..\ext\amaretto\messaging\src\test_message.py" -"c:\Data\python\test\test_message.py"
|
|
71 |
"..\..\..\..\ext\amaretto\location\src\test_location.py" -"c:\Data\python\test\test_location.py"
|
|
72 |
"..\..\..\..\ext\amaretto\keycapture\src\test_keycapture.py" -"c:\Data\python\test\test_keycapture.py"
|
|
73 |
"..\..\..\..\ext\amaretto\recorder\src\test_audio.py" -"c:\Data\python\test\test_audio.py"
|
|
74 |
"..\..\..\..\ext\amaretto\camera\src\test_camera.py" -"c:\Data\python\test\test_camera.py"
|
|
75 |
"..\..\..\..\ext\amaretto\logs\src\test_logs.py" -"c:\Data\python\test\test_logs.py"
|
|
76 |
"..\..\..\..\ext\amaretto\telephone\src\test_telephone.py" -"c:\Data\python\test\test_telephone.py"
|
|
77 |
"..\..\..\..\ext\amaretto\socket\src\test_btsocket.py" -"c:\Data\python\test\test_btsocket.py"
|
|
78 |
"..\..\..\..\ext\amaretto\gps\src\test_positioning.py" -"c:\Data\python\test\test_positioning.py"
|
|
79 |
; sensorfw test case
|
|
80 |
"..\..\..\..\ext\sensorfw\src\examples\test_sensorfw.py" -"c:\Data\python\test\test_sensorfw.py"
|
|
81 |
|
|
82 |
;Python core testcases
|
|
83 |
"..\..\..\..\newcore\Lib\test\autotest.py" -"c:\Data\python\test\autotest.py"
|
|
84 |
"..\..\..\..\newcore\Lib\test\badsyntax_future3.py" -"c:\Data\python\test\badsyntax_future3.py"
|
|
85 |
"..\..\..\..\newcore\Lib\test\badsyntax_future4.py" -"c:\Data\python\test\badsyntax_future4.py"
|
|
86 |
"..\..\..\..\newcore\Lib\test\badsyntax_future5.py" -"c:\Data\python\test\badsyntax_future5.py"
|
|
87 |
"..\..\..\..\newcore\Lib\test\badsyntax_future6.py" -"c:\Data\python\test\badsyntax_future6.py"
|
|
88 |
"..\..\..\..\newcore\Lib\test\badsyntax_future7.py" -"c:\Data\python\test\badsyntax_future7.py"
|
|
89 |
"..\..\..\..\newcore\Lib\test\badsyntax_future8.py" -"c:\Data\python\test\badsyntax_future8.py"
|
|
90 |
"..\..\..\..\newcore\Lib\test\badsyntax_future9.py" -"c:\Data\python\test\badsyntax_future9.py"
|
|
91 |
"..\..\..\..\newcore\Lib\test\badsyntax_nocaret.py" -"c:\Data\python\test\badsyntax_nocaret.py"
|
|
92 |
"..\..\..\..\newcore\Lib\test\bad_coding.py" -"c:\Data\python\test\bad_coding.py"
|
|
93 |
"..\..\..\..\newcore\Lib\test\bad_coding2.py" -"c:\Data\python\test\bad_coding2.py"
|
|
94 |
"..\..\..\..\newcore\Lib\test\cjkencodings_test.py" -"c:\Data\python\test\cjkencodings_test.py"
|
|
95 |
"..\..\..\..\newcore\Lib\test\doctest_aliases.py" -"c:\Data\python\test\doctest_aliases.py"
|
|
96 |
"..\..\..\..\newcore\Lib\test\double_const.py" -"c:\Data\python\test\double_const.py"
|
|
97 |
"..\..\..\..\newcore\Lib\test\fork_wait.py" -"c:\Data\python\test\fork_wait.py"
|
|
98 |
"..\..\..\..\newcore\Lib\test\infinite_reload.py" -"c:\Data\python\test\infinite_reload.py"
|
|
99 |
"..\..\..\..\newcore\Lib\test\inspect_fodder.py" -"c:\Data\python\test\inspect_fodder.py"
|
|
100 |
"..\..\..\..\newcore\Lib\test\inspect_fodder2.py" -"c:\Data\python\test\inspect_fodder2.py"
|
|
101 |
"..\..\..\..\newcore\Lib\test\list_tests.py" -"c:\Data\python\test\list_tests.py"
|
|
102 |
"..\..\..\..\newcore\Lib\test\mapping_tests.py" -"c:\Data\python\test\mapping_tests.py"
|
|
103 |
"..\..\..\..\newcore\Lib\test\outstanding_bugs.py" -"c:\Data\python\test\outstanding_bugs.py"
|
|
104 |
"..\..\..\..\newcore\Lib\test\pickletester.py" -"c:\Data\python\test\pickletester.py"
|
|
105 |
"..\..\..\..\newcore\Lib\test\pyclbr_input.py" -"c:\Data\python\test\pyclbr_input.py"
|
|
106 |
"..\..\..\..\newcore\Lib\test\pydocfodder.py" -"c:\Data\python\test\pydocfodder.py"
|
|
107 |
"..\..\..\..\newcore\Lib\test\regex_tests.py" -"c:\Data\python\test\regex_tests.py"
|
|
108 |
"..\..\..\..\newcore\Lib\test\regrtest.py" -"c:\Data\python\test\regrtest.py"
|
|
109 |
"..\..\..\..\newcore\Lib\test\reperf.py" -"c:\Data\python\test\reperf.py"
|
|
110 |
"..\..\..\..\newcore\Lib\test\re_tests.py" -"c:\Data\python\test\re_tests.py"
|
|
111 |
"..\..\..\..\newcore\Lib\test\sample_doctest.py" -"c:\Data\python\test\sample_doctest.py"
|
|
112 |
"..\..\..\..\newcore\Lib\test\seq_tests.py" -"c:\Data\python\test\seq_tests.py"
|
|
113 |
"..\..\..\..\newcore\Lib\test\sortperf.py" -"c:\Data\python\test\sortperf.py"
|
|
114 |
"..\..\..\..\newcore\Lib\test\string_tests.py" -"c:\Data\python\test\string_tests.py"
|
|
115 |
"..\..\..\..\newcore\Lib\test\testall.py" -"c:\Data\python\test\testall.py"
|
|
116 |
"..\..\..\..\newcore\Lib\test\testcodec.py" -"c:\Data\python\test\testcodec.py"
|
|
117 |
"..\..\..\..\newcore\Lib\test\test_aepack.py" -"c:\Data\python\test\test_aepack.py"
|
|
118 |
"..\..\..\..\newcore\Lib\test\test_al.py" -"c:\Data\python\test\test_al.py"
|
|
119 |
"..\..\..\..\newcore\Lib\test\test_anydbm.py" -"c:\Data\python\test\test_anydbm.py"
|
|
120 |
"..\..\..\..\newcore\Lib\test\test_applesingle.py" -"c:\Data\python\test\test_applesingle.py"
|
|
121 |
"..\..\..\..\newcore\Lib\test\test_array.py" -"c:\Data\python\test\test_array.py"
|
|
122 |
"..\..\..\..\newcore\Lib\test\test_ast.py" -"c:\Data\python\test\test_ast.py"
|
|
123 |
"..\..\..\..\newcore\Lib\test\test_asynchat.py" -"c:\Data\python\test\test_asynchat.py"
|
|
124 |
"..\..\..\..\newcore\Lib\test\test_atexit.py" -"c:\Data\python\test\test_atexit.py"
|
|
125 |
"..\..\..\..\newcore\Lib\test\test_audioop.py" -"c:\Data\python\test\test_audioop.py"
|
|
126 |
"..\..\..\..\newcore\Lib\test\test_augassign.py" -"c:\Data\python\test\test_augassign.py"
|
|
127 |
"..\..\..\..\newcore\Lib\test\test_base64.py" -"c:\Data\python\test\test_base64.py"
|
|
128 |
"..\..\..\..\newcore\Lib\test\test_bastion.py" -"c:\Data\python\test\test_bastion.py"
|
|
129 |
"..\..\..\..\newcore\Lib\test\test_bigaddrspace.py" -"c:\Data\python\test\test_bigaddrspace.py"
|
|
130 |
"..\..\..\..\newcore\Lib\test\test_bigmem.py" -"c:\Data\python\test\test_bigmem.py"
|
|
131 |
"..\..\..\..\newcore\Lib\test\test_binascii.py" -"c:\Data\python\test\test_binascii.py"
|
|
132 |
"..\..\..\..\newcore\Lib\test\test_binhex.py" -"c:\Data\python\test\test_binhex.py"
|
|
133 |
"..\..\..\..\newcore\Lib\test\test_binop.py" -"c:\Data\python\test\test_binop.py"
|
|
134 |
"..\..\..\..\newcore\Lib\test\test_bisect.py" -"c:\Data\python\test\test_bisect.py"
|
|
135 |
"..\..\..\..\newcore\Lib\test\test_bool.py" -"c:\Data\python\test\test_bool.py"
|
|
136 |
"..\..\..\..\newcore\Lib\test\test_bsddb3.py" -"c:\Data\python\test\test_bsddb3.py"
|
|
137 |
"..\..\..\..\newcore\Lib\test\test_bsddb185.py" -"c:\Data\python\test\test_bsddb185.py"
|
|
138 |
"..\..\..\..\newcore\Lib\test\test_bsddb.py" -"c:\Data\python\test\test_bsddb.py"
|
|
139 |
"..\..\..\..\newcore\Lib\test\test_bufio.py" -"c:\Data\python\test\test_bufio.py"
|
|
140 |
"..\..\..\..\newcore\Lib\test\test_builtin.py" -"c:\Data\python\test\test_builtin.py"
|
|
141 |
"..\..\..\..\newcore\Lib\test\test_bz2.py" -"c:\Data\python\test\test_bz2.py"
|
|
142 |
"..\..\..\..\newcore\Lib\test\test_calendar.py" -"c:\Data\python\test\test_calendar.py"
|
|
143 |
"..\..\..\..\newcore\Lib\test\test_call.py" -"c:\Data\python\test\test_call.py"
|
|
144 |
"..\..\..\..\newcore\Lib\test\test_capi.py" -"c:\Data\python\test\test_capi.py"
|
|
145 |
"..\..\..\..\newcore\Lib\test\test_cd.py" -"c:\Data\python\test\test_cd.py"
|
|
146 |
"..\..\..\..\newcore\Lib\test\test_cfgparser.py" -"c:\Data\python\test\test_cfgparser.py"
|
|
147 |
"..\..\..\..\newcore\Lib\test\test_cgi.py" -"c:\Data\python\test\test_cgi.py"
|
|
148 |
"..\..\..\..\newcore\Lib\test\test_charmapcodec.py" -"c:\Data\python\test\test_charmapcodec.py"
|
|
149 |
"..\..\..\..\newcore\Lib\test\test_cl.py" -"c:\Data\python\test\test_cl.py"
|
|
150 |
"..\..\..\..\newcore\Lib\test\test_cmath.py" -"c:\Data\python\test\test_cmath.py"
|
|
151 |
"..\..\..\..\newcore\Lib\test\test_cmd_line.py" -"c:\Data\python\test\test_cmd_line.py"
|
|
152 |
"..\..\..\..\newcore\Lib\test\test_code.py" -"c:\Data\python\test\test_code.py"
|
|
153 |
"..\..\..\..\newcore\Lib\test\test_codeccallbacks.py" -"c:\Data\python\test\test_codeccallbacks.py"
|
|
154 |
"..\..\..\..\newcore\Lib\test\test_codecmaps_cn.py" -"c:\Data\python\test\test_codecmaps_cn.py"
|
|
155 |
"..\..\..\..\newcore\Lib\test\test_codecmaps_hk.py" -"c:\Data\python\test\test_codecmaps_hk.py"
|
|
156 |
"..\..\..\..\newcore\Lib\test\test_codecmaps_jp.py" -"c:\Data\python\test\test_codecmaps_jp.py"
|
|
157 |
"..\..\..\..\newcore\Lib\test\test_codecmaps_kr.py" -"c:\Data\python\test\test_codecmaps_kr.py"
|
|
158 |
"..\..\..\..\newcore\Lib\test\test_codecmaps_tw.py" -"c:\Data\python\test\test_codecmaps_tw.py"
|
|
159 |
"..\..\..\..\newcore\Lib\test\test_codecs.py" -"c:\Data\python\test\test_codecs.py"
|
|
160 |
"..\..\..\..\newcore\Lib\test\test_codeop.py" -"c:\Data\python\test\test_codeop.py"
|
|
161 |
"..\..\..\..\newcore\Lib\test\test_coding.py" -"c:\Data\python\test\test_coding.py"
|
|
162 |
"..\..\..\..\newcore\Lib\test\test_colorsys.py" -"c:\Data\python\test\test_colorsys.py"
|
|
163 |
"..\..\..\..\newcore\Lib\test\test_commands.py" -"c:\Data\python\test\test_commands.py"
|
|
164 |
"..\..\..\..\newcore\Lib\test\test_compare.py" -"c:\Data\python\test\test_compare.py"
|
|
165 |
;Removing the test for now as it hangs on the device
|
|
166 |
;"..\..\..\newcore\Lib\test\test_compiler.py" -"c:\Data\python\test\test_compiler.py"
|
|
167 |
"..\..\..\..\newcore\Lib\test\test_complex.py" -"c:\Data\python\test\test_complex.py"
|
|
168 |
"..\..\..\..\newcore\Lib\test\test_complex_args.py" -"c:\Data\python\test\test_complex_args.py"
|
|
169 |
"..\..\..\..\newcore\Lib\test\test_contains.py" -"c:\Data\python\test\test_contains.py"
|
|
170 |
"..\..\..\..\newcore\Lib\test\test_contextlib.py" -"c:\Data\python\test\test_contextlib.py"
|
|
171 |
"..\..\..\..\newcore\Lib\test\test_cookie.py" -"c:\Data\python\test\test_cookie.py"
|
|
172 |
"..\..\..\..\newcore\Lib\test\test_cookielib.py" -"c:\Data\python\test\test_cookielib.py"
|
|
173 |
"..\..\..\..\newcore\Lib\test\test_copy_reg.py" -"c:\Data\python\test\test_copy_reg.py"
|
|
174 |
"..\..\..\..\newcore\Lib\test\test_cpickle.py" -"c:\Data\python\test\test_cpickle.py"
|
|
175 |
"..\..\..\..\newcore\Lib\test\test_cProfile.py" -"c:\Data\python\test\test_cProfile.py"
|
|
176 |
"..\..\..\..\newcore\Lib\test\test_crypt.py" -"c:\Data\python\test\test_crypt.py"
|
|
177 |
"..\..\..\..\newcore\Lib\test\test_csv.py" -"c:\Data\python\test\test_csv.py"
|
|
178 |
"..\..\..\..\newcore\Lib\test\test_ctypes.py" -"c:\Data\python\test\test_ctypes.py"
|
|
179 |
"..\..\..\..\newcore\Lib\test\test_curses.py" -"c:\Data\python\test\test_curses.py"
|
|
180 |
"..\..\..\..\newcore\Lib\test\test_datetime.py" -"c:\Data\python\test\test_datetime.py"
|
|
181 |
"..\..\..\..\newcore\Lib\test\test_dbm.py" -"c:\Data\python\test\test_dbm.py"
|
|
182 |
"..\..\..\..\newcore\Lib\test\test_decimal.py" -"c:\Data\python\test\test_decimal.py"
|
|
183 |
"..\..\..\..\newcore\Lib\test\test_decorators.py" -"c:\Data\python\test\test_decorators.py"
|
|
184 |
"..\..\..\..\newcore\Lib\test\test_defaultdict.py" -"c:\Data\python\test\test_defaultdict.py"
|
|
185 |
"..\..\..\..\newcore\Lib\test\test_deque.py" -"c:\Data\python\test\test_deque.py"
|
|
186 |
"..\..\..\..\newcore\Lib\test\test_descrtut.py" -"c:\Data\python\test\test_descrtut.py"
|
|
187 |
"..\..\..\..\newcore\Lib\test\test_dict.py" -"c:\Data\python\test\test_dict.py"
|
|
188 |
"..\..\..\..\newcore\Lib\test\test_difflib.py" -"c:\Data\python\test\test_difflib.py"
|
|
189 |
"..\..\..\..\newcore\Lib\test\test_dircache.py" -"c:\Data\python\test\test_dircache.py"
|
|
190 |
"..\..\..\..\newcore\Lib\test\test_dis.py" -"c:\Data\python\test\test_dis.py"
|
|
191 |
"..\..\..\..\newcore\Lib\test\test_distutils.py" -"c:\Data\python\test\test_distutils.py"
|
|
192 |
"..\..\..\..\newcore\Lib\test\test_dl.py" -"c:\Data\python\test\test_dl.py"
|
|
193 |
"..\..\..\..\newcore\Lib\test\test_doctest.py" -"c:\Data\python\test\test_doctest.py"
|
|
194 |
"..\..\..\..\newcore\Lib\test\test_doctest2.py" -"c:\Data\python\test\test_doctest2.py"
|
|
195 |
"..\..\..\..\newcore\Lib\test\test_dumbdbm.py" -"c:\Data\python\test\test_dumbdbm.py"
|
|
196 |
"..\..\..\..\newcore\Lib\test\test_dummy_thread.py" -"c:\Data\python\test\test_dummy_thread.py"
|
|
197 |
"..\..\..\..\newcore\Lib\test\test_dummy_threading.py" -"c:\Data\python\test\test_dummy_threading.py"
|
|
198 |
"..\..\..\..\newcore\Lib\test\test_email.py" -"c:\Data\python\test\test_email.py"
|
|
199 |
"..\..\..\..\newcore\Lib\test\test_email_codecs.py" -"c:\Data\python\test\test_email_codecs.py"
|
|
200 |
"..\..\..\..\newcore\Lib\test\test_email_renamed.py" -"c:\Data\python\test\test_email_renamed.py"
|
|
201 |
"..\..\..\..\newcore\Lib\test\test_enumerate.py" -"c:\Data\python\test\test_enumerate.py"
|
|
202 |
"..\..\..\..\newcore\Lib\test\test_eof.py" -"c:\Data\python\test\test_eof.py"
|
|
203 |
"..\..\..\..\newcore\Lib\test\test_errno.py" -"c:\Data\python\test\test_errno.py"
|
|
204 |
"..\..\..\..\newcore\Lib\test\test_exceptions.py" -"c:\Data\python\test\test_exceptions.py"
|
|
205 |
"..\..\..\..\newcore\Lib\test\test_exception_variations.py" -"c:\Data\python\test\test_exception_variations.py"
|
|
206 |
"..\..\..\..\newcore\Lib\test\test_extcall.py" -"c:\Data\python\test\test_extcall.py"
|
|
207 |
"..\..\..\..\newcore\Lib\test\test_fcntl.py" -"c:\Data\python\test\test_fcntl.py"
|
|
208 |
"..\..\..\..\newcore\Lib\test\test_file.py" -"c:\Data\python\test\test_file.py"
|
|
209 |
"..\..\..\..\newcore\Lib\test\test_filecmp.py" -"c:\Data\python\test\test_filecmp.py"
|
|
210 |
"..\..\..\..\newcore\Lib\test\test_fileinput.py" -"c:\Data\python\test\test_fileinput.py"
|
|
211 |
"..\..\..\..\newcore\Lib\test\test_float.py" -"c:\Data\python\test\test_float.py"
|
|
212 |
"..\..\..\..\newcore\Lib\test\test_fnmatch.py" -"c:\Data\python\test\test_fnmatch.py"
|
|
213 |
"..\..\..\..\newcore\Lib\test\test_fork1.py" -"c:\Data\python\test\test_fork1.py"
|
|
214 |
"..\..\..\..\newcore\Lib\test\test_format.py" -"c:\Data\python\test\test_format.py"
|
|
215 |
"..\..\..\..\newcore\Lib\test\test_fpformat.py" -"c:\Data\python\test\test_fpformat.py"
|
|
216 |
"..\..\..\..\newcore\Lib\test\test_frozen.py" -"c:\Data\python\test\test_frozen.py"
|
|
217 |
"..\..\..\..\newcore\Lib\test\test_funcattrs.py" -"c:\Data\python\test\test_funcattrs.py"
|
|
218 |
"..\..\..\..\newcore\Lib\test\test_functools.py" -"c:\Data\python\test\test_functools.py"
|
|
219 |
"..\..\..\..\newcore\Lib\test\test_future.py" -"c:\Data\python\test\test_future.py"
|
|
220 |
"..\..\..\..\newcore\Lib\test\test_future1.py" -"c:\Data\python\test\test_future1.py"
|
|
221 |
"..\..\..\..\newcore\Lib\test\test_future2.py" -"c:\Data\python\test\test_future2.py"
|
|
222 |
"..\..\..\..\newcore\Lib\test\test_future3.py" -"c:\Data\python\test\test_future3.py"
|
|
223 |
"..\..\..\..\newcore\Lib\test\test_gc.py" -"c:\Data\python\test\test_gc.py"
|
|
224 |
"..\..\..\..\newcore\Lib\test\test_gdbm.py" -"c:\Data\python\test\test_gdbm.py"
|
|
225 |
"..\..\..\..\newcore\Lib\test\test_generators.py" -"c:\Data\python\test\test_generators.py"
|
|
226 |
"..\..\..\..\newcore\Lib\test\test_genexps.py" -"c:\Data\python\test\test_genexps.py"
|
|
227 |
"..\..\..\..\newcore\Lib\test\test_getargs.py" -"c:\Data\python\test\test_getargs.py"
|
|
228 |
"..\..\..\..\newcore\Lib\test\test_getargs2.py" -"c:\Data\python\test\test_getargs2.py"
|
|
229 |
"..\..\..\..\newcore\Lib\test\test_getopt.py" -"c:\Data\python\test\test_getopt.py"
|
|
230 |
"..\..\..\..\newcore\Lib\test\test_gettext.py" -"c:\Data\python\test\test_gettext.py"
|
|
231 |
"..\..\..\..\newcore\Lib\test\test_gl.py" -"c:\Data\python\test\test_gl.py"
|
|
232 |
"..\..\..\..\newcore\Lib\test\test_glob.py" -"c:\Data\python\test\test_glob.py"
|
|
233 |
"..\..\..\..\newcore\Lib\test\test_global.py" -"c:\Data\python\test\test_global.py"
|
|
234 |
"..\..\..\..\newcore\Lib\test\test_grammar.py" -"c:\Data\python\test\test_grammar.py"
|
|
235 |
"..\..\..\..\newcore\Lib\test\test_grp.py" -"c:\Data\python\test\test_grp.py"
|
|
236 |
"..\..\..\..\newcore\Lib\test\test_gzip.py" -"c:\Data\python\test\test_gzip.py"
|
|
237 |
"..\..\..\..\newcore\Lib\test\test_hash.py" -"c:\Data\python\test\test_hash.py"
|
|
238 |
"..\..\..\..\newcore\Lib\test\test_hashlib.py" -"c:\Data\python\test\test_hashlib.py"
|
|
239 |
"..\..\..\..\newcore\Lib\test\test_heapq.py" -"c:\Data\python\test\test_heapq.py"
|
|
240 |
"..\..\..\..\newcore\Lib\test\test_hexoct.py" -"c:\Data\python\test\test_hexoct.py"
|
|
241 |
"..\..\..\..\newcore\Lib\test\test_hmac.py" -"c:\Data\python\test\test_hmac.py"
|
|
242 |
"..\..\..\..\newcore\Lib\test\test_hotshot.py" -"c:\Data\python\test\test_hotshot.py"
|
|
243 |
"..\..\..\..\newcore\Lib\test\test_htmllib.py" -"c:\Data\python\test\test_htmllib.py"
|
|
244 |
"..\..\..\..\newcore\Lib\test\test_htmlparser.py" -"c:\Data\python\test\test_htmlparser.py"
|
|
245 |
"..\..\..\..\newcore\Lib\test\test_httplib.py" -"c:\Data\python\test\test_httplib.py"
|
|
246 |
"..\..\..\..\newcore\Lib\test\test_imageop.py" -"c:\Data\python\test\test_imageop.py"
|
|
247 |
"..\..\..\..\newcore\Lib\test\test_imaplib.py" -"c:\Data\python\test\test_imaplib.py"
|
|
248 |
"..\..\..\..\newcore\Lib\test\test_imgfile.py" -"c:\Data\python\test\test_imgfile.py"
|
|
249 |
"..\..\..\..\newcore\Lib\test\test_imp.py" -"c:\Data\python\test\test_imp.py"
|
|
250 |
"..\..\..\..\newcore\Lib\test\test_import.py" -"c:\Data\python\test\test_import.py"
|
|
251 |
"..\..\..\..\newcore\Lib\test\test_importhooks.py" -"c:\Data\python\test\test_importhooks.py"
|
|
252 |
"..\..\..\..\newcore\Lib\test\test_index.py" -"c:\Data\python\test\test_index.py"
|
|
253 |
"..\..\..\..\newcore\Lib\test\test_inspect.py" -"c:\Data\python\test\test_inspect.py"
|
|
254 |
"..\..\..\..\newcore\Lib\test\test_ioctl.py" -"c:\Data\python\test\test_ioctl.py"
|
|
255 |
"..\..\..\..\newcore\Lib\test\test_isinstance.py" -"c:\Data\python\test\test_isinstance.py"
|
|
256 |
"..\..\..\..\newcore\Lib\test\test_iter.py" -"c:\Data\python\test\test_iter.py"
|
|
257 |
"..\..\..\..\newcore\Lib\test\test_iterlen.py" -"c:\Data\python\test\test_iterlen.py"
|
|
258 |
"..\..\..\..\newcore\Lib\test\test_itertools.py" -"c:\Data\python\test\test_itertools.py"
|
|
259 |
"..\..\..\..\newcore\Lib\test\test_largefile.py" -"c:\Data\python\test\test_largefile.py"
|
|
260 |
"..\..\..\..\newcore\Lib\test\test_linuxaudiodev.py" -"c:\Data\python\test\test_linuxaudiodev.py"
|
|
261 |
"..\..\..\..\newcore\Lib\test\test_list.py" -"c:\Data\python\test\test_list.py"
|
|
262 |
"..\..\..\..\newcore\Lib\test\test_locale.py" -"c:\Data\python\test\test_locale.py"
|
|
263 |
"..\..\..\..\newcore\Lib\test\test_logging.py" -"c:\Data\python\test\test_logging.py"
|
|
264 |
"..\..\..\..\newcore\Lib\test\test_long.py" -"c:\Data\python\test\test_long.py"
|
|
265 |
"..\..\..\..\newcore\Lib\test\test_longexp.py" -"c:\Data\python\test\test_longexp.py"
|
|
266 |
"..\..\..\..\newcore\Lib\test\test_long_future.py" -"c:\Data\python\test\test_long_future.py"
|
|
267 |
"..\..\..\..\newcore\Lib\test\test_macfs.py" -"c:\Data\python\test\test_macfs.py"
|
|
268 |
"..\..\..\..\newcore\Lib\test\test_macostools.py" -"c:\Data\python\test\test_macostools.py"
|
|
269 |
"..\..\..\..\newcore\Lib\test\test_macpath.py" -"c:\Data\python\test\test_macpath.py"
|
|
270 |
"..\..\..\..\newcore\Lib\test\test_mailbox.py" -"c:\Data\python\test\test_mailbox.py"
|
|
271 |
"..\..\..\..\newcore\Lib\test\test_marshal.py" -"c:\Data\python\test\test_marshal.py"
|
|
272 |
"..\..\..\..\newcore\Lib\test\test_math.py" -"c:\Data\python\test\test_math.py"
|
|
273 |
"..\..\..\..\newcore\Lib\test\test_md5.py" -"c:\Data\python\test\test_md5.py"
|
|
274 |
"..\..\..\..\newcore\Lib\test\test_mhlib.py" -"c:\Data\python\test\test_mhlib.py"
|
|
275 |
"..\..\..\..\newcore\Lib\test\test_mimetools.py" -"c:\Data\python\test\test_mimetools.py"
|
|
276 |
"..\..\..\..\newcore\Lib\test\test_mimetypes.py" -"c:\Data\python\test\test_mimetypes.py"
|
|
277 |
"..\..\..\..\newcore\Lib\test\test_MimeWriter.py" -"c:\Data\python\test\test_MimeWriter.py"
|
|
278 |
"..\..\..\..\newcore\Lib\test\test_minidom.py" -"c:\Data\python\test\test_minidom.py"
|
|
279 |
"..\..\..\..\newcore\Lib\test\test_mmap.py" -"c:\Data\python\test\test_mmap.py"
|
|
280 |
"..\..\..\..\newcore\Lib\test\test_module.py" -"c:\Data\python\test\test_module.py"
|
|
281 |
"..\..\..\..\newcore\Lib\test\test_multibytecodec.py" -"c:\Data\python\test\test_multibytecodec.py"
|
|
282 |
"..\..\..\..\newcore\Lib\test\test_multibytecodec_support.py" -"c:\Data\python\test\test_multibytecodec_support.py"
|
|
283 |
"..\..\..\..\newcore\Lib\test\test_multifile.py" -"c:\Data\python\test\test_multifile.py"
|
|
284 |
"..\..\..\..\newcore\Lib\test\test_mutants.py" -"c:\Data\python\test\test_mutants.py"
|
|
285 |
"..\..\..\..\newcore\Lib\test\test_netrc.py" -"c:\Data\python\test\test_netrc.py"
|
|
286 |
"..\..\..\..\newcore\Lib\test\test_new.py" -"c:\Data\python\test\test_new.py"
|
|
287 |
"..\..\..\..\newcore\Lib\test\test_nis.py" -"c:\Data\python\test\test_nis.py"
|
|
288 |
"..\..\..\..\newcore\Lib\test\test_normalization.py" -"c:\Data\python\test\test_normalization.py"
|
|
289 |
"..\..\..\..\newcore\Lib\test\test_ntpath.py" -"c:\Data\python\test\test_ntpath.py"
|
|
290 |
"..\..\..\..\newcore\Lib\test\test_old_mailbox.py" -"c:\Data\python\test\test_old_mailbox.py"
|
|
291 |
"..\..\..\..\newcore\Lib\test\test_opcodes.py" -"c:\Data\python\test\test_opcodes.py"
|
|
292 |
"..\..\..\..\newcore\Lib\test\test_openpty.py" -"c:\Data\python\test\test_openpty.py"
|
|
293 |
"..\..\..\..\newcore\Lib\test\test_operations.py" -"c:\Data\python\test\test_operations.py"
|
|
294 |
"..\..\..\..\newcore\Lib\test\test_operator.py" -"c:\Data\python\test\test_operator.py"
|
|
295 |
"..\..\..\..\newcore\Lib\test\test_optparse.py" -"c:\Data\python\test\test_optparse.py"
|
|
296 |
"..\..\..\..\newcore\Lib\test\test_os.py" -"c:\Data\python\test\test_os.py"
|
|
297 |
"..\..\..\..\newcore\Lib\test\test_ossaudiodev.py" -"c:\Data\python\test\test_ossaudiodev.py"
|
|
298 |
"..\..\..\..\newcore\Lib\test\test_parser.py" -"c:\Data\python\test\test_parser.py"
|
|
299 |
"..\..\..\..\newcore\Lib\test\test_peepholer.py" -"c:\Data\python\test\test_peepholer.py"
|
|
300 |
"..\..\..\..\newcore\Lib\test\test_pep247.py" -"c:\Data\python\test\test_pep247.py"
|
|
301 |
"..\..\..\..\newcore\Lib\test\test_pep263.py" -"c:\Data\python\test\test_pep263.py"
|
|
302 |
"..\..\..\..\newcore\Lib\test\test_pep277.py" -"c:\Data\python\test\test_pep277.py"
|
|
303 |
"..\..\..\..\newcore\Lib\test\test_pep292.py" -"c:\Data\python\test\test_pep292.py"
|
|
304 |
"..\..\..\..\newcore\Lib\test\test_pep352.py" -"c:\Data\python\test\test_pep352.py"
|
|
305 |
"..\..\..\..\newcore\Lib\test\test_pickle.py" -"c:\Data\python\test\test_pickle.py"
|
|
306 |
"..\..\..\..\newcore\Lib\test\test_pickletools.py" -"c:\Data\python\test\test_pickletools.py"
|
|
307 |
"..\..\..\..\newcore\Lib\test\test_pkg.py" -"c:\Data\python\test\test_pkg.py"
|
|
308 |
"..\..\..\..\newcore\Lib\test\test_pkgimport.py" -"c:\Data\python\test\test_pkgimport.py"
|
|
309 |
"..\..\..\..\newcore\Lib\test\test_platform.py" -"c:\Data\python\test\test_platform.py"
|
|
310 |
"..\..\..\..\newcore\Lib\test\test_plistlib.py" -"c:\Data\python\test\test_plistlib.py"
|
|
311 |
"..\..\..\..\newcore\Lib\test\test_poll.py" -"c:\Data\python\test\test_poll.py"
|
|
312 |
"..\..\..\..\newcore\Lib\test\test_popen.py" -"c:\Data\python\test\test_popen.py"
|
|
313 |
"..\..\..\..\newcore\Lib\test\test_popen2.py" -"c:\Data\python\test\test_popen2.py"
|
|
314 |
"..\..\..\..\newcore\Lib\test\test_posix.py" -"c:\Data\python\test\test_posix.py"
|
|
315 |
"..\..\..\..\newcore\Lib\test\test_posixpath.py" -"c:\Data\python\test\test_posixpath.py"
|
|
316 |
"..\..\..\..\newcore\Lib\test\test_pow.py" -"c:\Data\python\test\test_pow.py"
|
|
317 |
"..\..\..\..\newcore\Lib\test\test_pprint.py" -"c:\Data\python\test\test_pprint.py"
|
|
318 |
"..\..\..\..\newcore\Lib\test\test_profile.py" -"c:\Data\python\test\test_profile.py"
|
|
319 |
"..\..\..\..\newcore\Lib\test\test_profilehooks.py" -"c:\Data\python\test\test_profilehooks.py"
|
|
320 |
"..\..\..\..\newcore\Lib\test\test_pty.py" -"c:\Data\python\test\test_pty.py"
|
|
321 |
"..\..\..\..\newcore\Lib\test\test_pwd.py" -"c:\Data\python\test\test_pwd.py"
|
|
322 |
"..\..\..\..\newcore\Lib\test\test_pyclbr.py" -"c:\Data\python\test\test_pyclbr.py"
|
|
323 |
"..\..\..\..\newcore\Lib\test\test_pyexpat.py" -"c:\Data\python\test\test_pyexpat.py"
|
|
324 |
"..\..\..\..\newcore\Lib\test\test_queue.py" -"c:\Data\python\test\test_queue.py"
|
|
325 |
"..\..\..\..\newcore\Lib\test\test_quopri.py" -"c:\Data\python\test\test_quopri.py"
|
|
326 |
"..\..\..\..\newcore\Lib\test\test_random.py" -"c:\Data\python\test\test_random.py"
|
|
327 |
"..\..\..\..\newcore\Lib\test\test_re.py" -"c:\Data\python\test\test_re.py"
|
|
328 |
"..\..\..\..\newcore\Lib\test\test_resource.py" -"c:\Data\python\test\test_resource.py"
|
|
329 |
"..\..\..\..\newcore\Lib\test\test_rfc822.py" -"c:\Data\python\test\test_rfc822.py"
|
|
330 |
"..\..\..\..\newcore\Lib\test\test_rgbimg.py" -"c:\Data\python\test\test_rgbimg.py"
|
|
331 |
"..\..\..\..\newcore\Lib\test\test_richcmp.py" -"c:\Data\python\test\test_richcmp.py"
|
|
332 |
"..\..\..\..\newcore\Lib\test\test_robotparser.py" -"c:\Data\python\test\test_robotparser.py"
|
|
333 |
"..\..\..\..\newcore\Lib\test\test_runpy.py" -"c:\Data\python\test\test_runpy.py"
|
|
334 |
"..\..\..\..\newcore\Lib\test\test_sax.py" -"c:\Data\python\test\test_sax.py"
|
|
335 |
"..\..\..\..\newcore\Lib\test\test_scope.py" -"c:\Data\python\test\test_scope.py"
|
|
336 |
"..\..\..\..\newcore\Lib\test\test_scriptpackages.py" -"c:\Data\python\test\test_scriptpackages.py"
|
|
337 |
"..\..\..\..\newcore\Lib\test\test_select.py" -"c:\Data\python\test\test_select.py"
|
|
338 |
"..\..\..\..\newcore\Lib\test\leakers\test_selftype.py" -"c:\Data\python\test\test_selftype.py"
|
|
339 |
"..\..\..\..\newcore\Lib\test\test_set.py" -"c:\Data\python\test\test_set.py"
|
|
340 |
"..\..\..\..\newcore\Lib\test\test_sets.py" -"c:\Data\python\test\test_sets.py"
|
|
341 |
"..\..\..\..\newcore\Lib\test\test_sgmllib.py" -"c:\Data\python\test\test_sgmllib.py"
|
|
342 |
"..\..\..\..\newcore\Lib\test\test_sha.py" -"c:\Data\python\test\test_sha.py"
|
|
343 |
"..\..\..\..\newcore\Lib\test\test_shelve.py" -"c:\Data\python\test\test_shelve.py"
|
|
344 |
"..\..\..\..\newcore\Lib\test\test_shlex.py" -"c:\Data\python\test\test_shlex.py"
|
|
345 |
"..\..\..\..\newcore\Lib\test\test_shutil.py" -"c:\Data\python\test\test_shutil.py"
|
|
346 |
"..\..\..\..\newcore\Lib\test\test_signal.py" -"c:\Data\python\test\test_signal.py"
|
|
347 |
"..\..\..\..\newcore\Lib\test\test_site.py" -"c:\Data\python\test\test_site.py"
|
|
348 |
"..\..\..\..\newcore\Lib\test\test_slice.py" -"c:\Data\python\test\test_slice.py"
|
|
349 |
;test_socket needs SIM with GPRS enabled
|
|
350 |
;"..\..\..\..\newcore\Lib\test\test_socket.py" -"c:\Data\python\test\test_socket.py"
|
|
351 |
"..\..\..\..\newcore\Lib\test\test_socketserver.py" -"c:\Data\python\test\test_socketserver.py"
|
|
352 |
"..\..\..\..\newcore\Lib\test\test_socket_ssl.py" -"c:\Data\python\test\test_socket_ssl.py"
|
|
353 |
"..\..\..\..\newcore\Lib\test\test_softspace.py" -"c:\Data\python\test\test_softspace.py"
|
|
354 |
"..\..\..\..\newcore\Lib\test\test_sort.py" -"c:\Data\python\test\test_sort.py"
|
|
355 |
"..\..\..\..\newcore\Lib\test\test_sqlite.py" -"c:\Data\python\test\test_sqlite.py"
|
|
356 |
"..\..\..\..\newcore\Lib\test\test_startfile.py" -"c:\Data\python\test\test_startfile.py"
|
|
357 |
"..\..\..\..\newcore\Lib\test\test_string.py" -"c:\Data\python\test\test_string.py"
|
|
358 |
"..\..\..\..\newcore\Lib\test\test_StringIO.py" -"c:\Data\python\test\test_StringIO.py"
|
|
359 |
"..\..\..\..\newcore\Lib\test\test_stringprep.py" -"c:\Data\python\test\test_stringprep.py"
|
|
360 |
"..\..\..\..\newcore\Lib\test\test_strop.py" -"c:\Data\python\test\test_strop.py"
|
|
361 |
"..\..\..\..\newcore\Lib\test\test_strptime.py" -"c:\Data\python\test\test_strptime.py"
|
|
362 |
"..\..\..\..\newcore\Lib\test\test_strftime.py" -"c:\Data\python\test\test_strftime.py"
|
|
363 |
"..\..\..\..\newcore\Lib\test\test_struct.py" -"c:\Data\python\test\test_struct.py"
|
|
364 |
"..\..\..\..\newcore\Lib\test\test_structmembers.py" -"c:\Data\python\test\test_structmembers.py"
|
|
365 |
"..\..\..\..\newcore\Lib\test\test_structseq.py" -"c:\Data\python\test\test_structseq.py"
|
|
366 |
"..\..\..\..\newcore\Lib\test\test_subprocess.py" -"c:\Data\python\test\test_subprocess.py"
|
|
367 |
"..\..\..\..\newcore\Lib\test\test_sunaudiodev.py" -"c:\Data\python\test\test_sunaudiodev.py"
|
|
368 |
"..\..\..\..\newcore\Lib\test\test_sundry.py" -"c:\Data\python\test\test_sundry.py"
|
|
369 |
"..\..\..\..\newcore\Lib\test\test_support.py" -"c:\Data\python\test\test_support.py"
|
|
370 |
"..\..\..\..\newcore\Lib\test\test_symtable.py" -"c:\Data\python\test\test_symtable.py"
|
|
371 |
"..\..\..\..\newcore\Lib\test\test_syntax.py" -"c:\Data\python\test\test_syntax.py"
|
|
372 |
"..\..\..\..\newcore\Lib\test\test_sys.py" -"c:\Data\python\test\test_sys.py"
|
|
373 |
"..\..\..\..\newcore\Lib\test\test_tarfile.py" -"c:\Data\python\test\test_tarfile.py"
|
|
374 |
"..\..\..\..\newcore\Lib\test\test_tcl.py" -"c:\Data\python\test\test_tcl.py"
|
|
375 |
"..\..\..\..\newcore\Lib\test\test_tempfile.py" -"c:\Data\python\test\test_tempfile.py"
|
|
376 |
"..\..\..\..\newcore\Lib\test\test_textwrap.py" -"c:\Data\python\test\test_textwrap.py"
|
|
377 |
"..\..\..\..\newcore\Lib\test\test_thread.py" -"c:\Data\python\test\test_thread.py"
|
|
378 |
"..\..\..\..\newcore\Lib\test\test_threaded_import.py" -"c:\Data\python\test\test_threaded_import.py"
|
|
379 |
"..\..\..\..\newcore\Lib\test\test_threadedtempfile.py" -"c:\Data\python\test\test_threadedtempfile.py"
|
|
380 |
"..\..\..\..\newcore\Lib\test\test_threading.py" -"c:\Data\python\test\test_threading.py"
|
|
381 |
"..\..\..\..\newcore\Lib\test\test_threading_local.py" -"c:\Data\python\test\test_threading_local.py"
|
|
382 |
"..\..\..\..\newcore\Lib\test\test_threadsignals.py" -"c:\Data\python\test\test_threadsignals.py"
|
|
383 |
"..\..\..\..\newcore\Lib\test\test_time.py" -"c:\Data\python\test\test_time.py"
|
|
384 |
"..\..\..\..\newcore\Lib\test\test_timeout.py" -"c:\Data\python\test\test_timeout.py"
|
|
385 |
"..\..\..\..\newcore\Lib\test\test_tokenize.py" -"c:\Data\python\test\test_tokenize.py"
|
|
386 |
"..\..\..\..\newcore\Lib\test\test_trace.py" -"c:\Data\python\test\test_trace.py"
|
|
387 |
"..\..\..\..\newcore\Lib\test\test_traceback.py" -"c:\Data\python\test\test_traceback.py"
|
|
388 |
"..\..\..\..\newcore\Lib\test\test_transformer.py" -"c:\Data\python\test\test_transformer.py"
|
|
389 |
"..\..\..\..\newcore\Lib\test\test_tuple.py" -"c:\Data\python\test\test_tuple.py"
|
|
390 |
"..\..\..\..\newcore\Lib\test\test_types.py" -"c:\Data\python\test\test_types.py"
|
|
391 |
"..\..\..\..\newcore\Lib\test\test_ucn.py" -"c:\Data\python\test\test_ucn.py"
|
|
392 |
"..\..\..\..\newcore\Lib\test\test_unary.py" -"c:\Data\python\test\test_unary.py"
|
|
393 |
"..\..\..\..\newcore\Lib\test\test_unicodedata.py" -"c:\Data\python\test\test_unicodedata.py"
|
|
394 |
"..\..\..\..\newcore\Lib\test\test_unicode_file.py" -"c:\Data\python\test\test_unicode_file.py"
|
|
395 |
"..\..\..\..\newcore\Lib\test\test_unittest.py" -"c:\Data\python\test\test_unittest.py"
|
|
396 |
"..\..\..\..\newcore\Lib\test\test_univnewlines.py" -"c:\Data\python\test\test_univnewlines.py"
|
|
397 |
"..\..\..\..\newcore\Lib\test\test_unpack.py" -"c:\Data\python\test\test_unpack.py"
|
|
398 |
"..\..\..\..\newcore\Lib\test\test_urllib.py" -"c:\Data\python\test\test_urllib.py"
|
|
399 |
"..\..\..\..\newcore\Lib\test\test_urllib2.py" -"c:\Data\python\test\test_urllib2.py"
|
|
400 |
"..\..\..\..\newcore\Lib\test\test_urllibnet.py" -"c:\Data\python\test\test_urllibnet.py"
|
|
401 |
"..\..\..\..\newcore\Lib\test\test_urllib2net.py" -"c:\Data\python\test\test_urllib2net.py"
|
|
402 |
"..\..\..\..\newcore\Lib\test\test_urllib2_localnet.py" -"c:\Data\python\test\test_urllib2_localnet.py"
|
|
403 |
"..\..\..\..\newcore\Lib\test\test_urlparse.py" -"c:\Data\python\test\test_urlparse.py"
|
|
404 |
"..\..\..\..\newcore\Lib\test\test_userdict.py" -"c:\Data\python\test\test_userdict.py"
|
|
405 |
"..\..\..\..\newcore\Lib\test\test_userlist.py" -"c:\Data\python\test\test_userlist.py"
|
|
406 |
"..\..\..\..\newcore\Lib\test\test_uu.py" -"c:\Data\python\test\test_uu.py"
|
|
407 |
"..\..\..\..\newcore\Lib\test\test_uuid.py" -"c:\Data\python\test\test_uuid.py"
|
|
408 |
"..\..\..\..\newcore\Lib\test\test_wait3.py" -"c:\Data\python\test\test_wait3.py"
|
|
409 |
"..\..\..\..\newcore\Lib\test\test_wait4.py" -"c:\Data\python\test\test_wait4.py"
|
|
410 |
"..\..\..\..\newcore\Lib\test\test_warnings.py" -"c:\Data\python\test\test_warnings.py"
|
|
411 |
"..\..\..\..\newcore\Lib\test\test_wave.py" -"c:\Data\python\test\test_wave.py"
|
|
412 |
"..\..\..\..\newcore\Lib\test\test_weakref.py" -"c:\Data\python\test\test_weakref.py"
|
|
413 |
"..\..\..\..\newcore\Lib\test\test_whichdb.py" -"c:\Data\python\test\test_whichdb.py"
|
|
414 |
"..\..\..\..\newcore\Lib\test\test_winreg.py" -"c:\Data\python\test\test_winreg.py"
|
|
415 |
"..\..\..\..\newcore\Lib\test\test_winsound.py" -"c:\Data\python\test\test_winsound.py"
|
|
416 |
"..\..\..\..\newcore\Lib\test\test_with.py" -"c:\Data\python\test\test_with.py"
|
|
417 |
"..\..\..\..\newcore\Lib\test\test_wsgiref.py" -"c:\Data\python\test\test_wsgiref.py"
|
|
418 |
"..\..\..\..\newcore\Lib\test\test_xdrlib.py" -"c:\Data\python\test\test_xdrlib.py"
|
|
419 |
"..\..\..\..\newcore\Lib\test\test_xmllib.py" -"c:\Data\python\test\test_xmllib.py"
|
|
420 |
"..\..\..\..\newcore\Lib\test\test_xmlrpc.py" -"c:\Data\python\test\test_xmlrpc.py"
|
|
421 |
"..\..\..\..\newcore\Lib\test\test_xml_etree.py" -"c:\Data\python\test\test_xml_etree.py"
|
|
422 |
"..\..\..\..\newcore\Lib\test\test_xml_etree_c.py" -"c:\Data\python\test\test_xml_etree_c.py"
|
|
423 |
"..\..\..\..\newcore\Lib\test\test_xpickle.py" -"c:\Data\python\test\test_xpickle.py"
|
|
424 |
"..\..\..\..\newcore\Lib\test\test_xrange.py" -"c:\Data\python\test\test_xrange.py"
|
|
425 |
"..\..\..\..\newcore\Lib\test\test_zipfile.py" -"c:\Data\python\test\test_zipfile.py"
|
|
426 |
"..\..\..\..\newcore\Lib\test\test_zipfile64.py" -"c:\Data\python\test\test_zipfile64.py"
|
|
427 |
"..\..\..\..\newcore\Lib\test\test_zipimport.py" -"c:\Data\python\test\test_zipimport.py"
|
|
428 |
"..\..\..\..\newcore\Lib\test\test_zlib.py" -"c:\Data\python\test\test_zlib.py"
|
|
429 |
"..\..\..\..\newcore\Lib\test\test__locale.py" -"c:\Data\python\test\test__locale.py"
|
|
430 |
"..\..\..\..\newcore\Lib\test\test___all__.py" -"c:\Data\python\test\test___all__.py"
|
|
431 |
"..\..\..\..\newcore\Lib\test\test___future__.py" -"c:\Data\python\test\test___future__.py"
|
|
432 |
"..\..\..\..\newcore\Lib\test\tf_inherit_check.py" -"c:\Data\python\test\tf_inherit_check.py"
|
|
433 |
"..\..\..\..\newcore\Lib\test\threaded_import_hangers.py" -"c:\Data\python\test\threaded_import_hangers.py"
|
|
434 |
"..\..\..\..\newcore\Lib\test\time_hashlib.py" -"c:\Data\python\test\time_hashlib.py"
|
|
435 |
"..\..\..\..\newcore\Lib\test\xmltests.py" -"c:\Data\python\test\xmltests.py"
|
|
436 |
"..\..\..\..\newcore\Lib\test\__init__.py" -"c:\Data\python\test\__init__.py"
|
|
437 |
"..\..\..\..\newcore\Lib\test\test_codecencodings_cn.py" -"c:\Data\python\test\test_codecencodings_cn.py"
|
|
438 |
"..\..\..\..\newcore\Lib\test\test_codecencodings_hk.py" -"c:\Data\python\test\test_codecencodings_hk.py"
|
|
439 |
"..\..\..\..\newcore\Lib\test\test_codecencodings_jp.py" -"c:\Data\python\test\test_codecencodings_jp.py"
|
|
440 |
"..\..\..\..\newcore\Lib\test\test_codecencodings_kr.py" -"c:\Data\python\test\test_codecencodings_kr.py"
|
|
441 |
"..\..\..\..\newcore\Lib\test\test_codecencodings_tw.py" -"c:\Data\python\test\test_codecencodings_tw.py"
|
|
442 |
"..\..\..\..\newcore\Lib\test\test_descr.py" -"c:\Data\python\test\test_descr.py"
|
|
443 |
"..\..\..\..\newcore\Lib\test\test_repr.py" -"c:\Data\python\test\test_repr.py"
|
|
444 |
"..\..\..\..\newcore\Lib\test\test_userstring.py" -"c:\Data\python\test\test_userstring.py"
|
|
445 |
"..\..\..\..\newcore\Lib\test\test_str.py" -"c:\Data\python\test\test_str.py"
|
|
446 |
"..\..\..\..\newcore\Lib\test\test_unicode.py" -"c:\Data\python\test\test_unicode.py"
|
|
447 |
"..\..\..\..\newcore\Lib\test\test_class.py" -"c:\Data\python\test\test_class.py"
|
|
448 |
"..\..\..\..\newcore\Lib\test\test_coercion.py" -"c:\Data\python\test\test_coercion.py"
|
|
449 |
"..\..\..\..\newcore\Lib\test\test_copy.py" -"c:\Data\python\test\test_copy.py"
|
|
450 |
"..\..\..\..\newcore\Lib\test\test_compile.py" -"c:\Data\python\test\test_compile.py"
|
|
451 |
"..\..\..\..\newcore\Lib\test\cfgparser.1" -"c:\Data\python\test\cfgparser.1"
|
|
452 |
"..\..\..\..\newcore\Lib\test\test_difflib_expect.html" -"c:\Data\python\test\test_difflib_expect.html"
|
|
453 |
"..\..\..\..\newcore\Lib\test\tokenize_tests.txt" -"c:\Data\python\test\tokenize_tests.txt"
|
|
454 |
"..\..\..\..\newcore\Lib\test\testrgb.uue" -"c:\Data\python\test\testrgb.uue"
|
|
455 |
"..\..\..\..\newcore\Lib\test\exception_hierarchy.txt" -"c:\Data\python\test\exception_hierarchy.txt"
|
|
456 |
"..\..\..\..\newcore\Lib\test\sgml_input.html" -"c:\Data\python\test\sgml_input.html"
|
|
457 |
"..\..\..\..\newcore\Lib\test\test_doctest.txt" -"c:\Data\python\test\test_doctest.txt"
|
|
458 |
"..\..\..\..\newcore\Lib\test\test_doctest2.txt" -"c:\Data\python\test\test_doctest2.txt"
|
|
459 |
"..\..\..\..\newcore\Lib\test\test_doctest3.txt" -"c:\Data\python\test\test_doctest3.txt"
|
|
460 |
"..\..\..\..\newcore\Lib\test\test_doctest4.txt" -"c:\Data\python\test\test_doctest4.txt"
|
|
461 |
"..\..\..\..\newcore\Lib\test\testtar.tar" -"c:\Data\python\test\testtar.tar"
|
|
462 |
"..\..\..\..\newcore\Lib\test\test.xml" -"c:\Data\python\test\test.xml"
|
|
463 |
"..\..\..\..\newcore\Lib\test\test.xml.out" -"c:\Data\python\test\test.xml.out"
|
|
464 |
|
|
465 |
"..\..\..\..\newcore\Lib\email\test\test_email.py" -"c:\Data\test\email\test\test_email.py"
|
|
466 |
"..\..\..\..\newcore\Lib\email\test\test_email_codecs.py" -"c:\Data\test\email\test\test_email_codecs.py"
|
|
467 |
"..\..\..\..\newcore\Lib\email\test\test_email_codecs_renamed.py" -"c:\Data\test\email\test\test_email_codecs_renamed.py"
|
|
468 |
"..\..\..\..\newcore\Lib\email\test\test_email_renamed.py" -"c:\Data\test\email\test\test_email_renamed.py"
|
|
469 |
"..\..\..\..\newcore\Lib\email\test\test_email_torture.py" -"c:\Data\test\email\test\test_email_torture.py"
|
|
470 |
"..\..\..\..\newcore\Lib\email\test\__init__.py" -"c:\Data\test\email\test\__init__.py"
|
|
471 |
|
|
472 |
"..\..\..\..\newcore\Lib\email\test\data\audiotest.au" -"c:\Data\test\email\test\data\audiotest.au"
|
|
473 |
"..\..\..\..\newcore\Lib\email\test\data\msg_01.txt" -"c:\Data\test\email\test\data\msg_01.txt"
|
|
474 |
"..\..\..\..\newcore\Lib\email\test\data\msg_02.txt" -"c:\Data\test\email\test\data\msg_02.txt"
|
|
475 |
"..\..\..\..\newcore\Lib\email\test\data\msg_03.txt" -"c:\Data\test\email\test\data\msg_03.txt"
|
|
476 |
"..\..\..\..\newcore\Lib\email\test\data\msg_04.txt" -"c:\Data\test\email\test\data\msg_04.txt"
|
|
477 |
"..\..\..\..\newcore\Lib\email\test\data\msg_05.txt" -"c:\Data\test\email\test\data\msg_05.txt"
|
|
478 |
"..\..\..\..\newcore\Lib\email\test\data\msg_06.txt" -"c:\Data\test\email\test\data\msg_06.txt"
|
|
479 |
"..\..\..\..\newcore\Lib\email\test\data\msg_07.txt" -"c:\Data\test\email\test\data\msg_07.txt"
|
|
480 |
"..\..\..\..\newcore\Lib\email\test\data\msg_08.txt" -"c:\Data\test\email\test\data\msg_08.txt"
|
|
481 |
"..\..\..\..\newcore\Lib\email\test\data\msg_09.txt" -"c:\Data\test\email\test\data\msg_09.txt"
|
|
482 |
"..\..\..\..\newcore\Lib\email\test\data\msg_10.txt" -"c:\Data\test\email\test\data\msg_10.txt"
|
|
483 |
"..\..\..\..\newcore\Lib\email\test\data\msg_11.txt" -"c:\Data\test\email\test\data\msg_11.txt"
|
|
484 |
"..\..\..\..\newcore\Lib\email\test\data\msg_12.txt" -"c:\Data\test\email\test\data\msg_12.txt"
|
|
485 |
"..\..\..\..\newcore\Lib\email\test\data\msg_12a.txt" -"c:\Data\test\email\test\data\msg_12a.txt"
|
|
486 |
"..\..\..\..\newcore\Lib\email\test\data\msg_13.txt" -"c:\Data\test\email\test\data\msg_13.txt"
|
|
487 |
"..\..\..\..\newcore\Lib\email\test\data\msg_14.txt" -"c:\Data\test\email\test\data\msg_14.txt"
|
|
488 |
"..\..\..\..\newcore\Lib\email\test\data\msg_15.txt" -"c:\Data\test\email\test\data\msg_15.txt"
|
|
489 |
"..\..\..\..\newcore\Lib\email\test\data\msg_16.txt" -"c:\Data\test\email\test\data\msg_16.txt"
|
|
490 |
"..\..\..\..\newcore\Lib\email\test\data\msg_17.txt" -"c:\Data\test\email\test\data\msg_17.txt"
|
|
491 |
"..\..\..\..\newcore\Lib\email\test\data\msg_18.txt" -"c:\Data\test\email\test\data\msg_18.txt"
|
|
492 |
"..\..\..\..\newcore\Lib\email\test\data\msg_19.txt" -"c:\Data\test\email\test\data\msg_19.txt"
|
|
493 |
"..\..\..\..\newcore\Lib\email\test\data\msg_20.txt" -"c:\Data\test\email\test\data\msg_20.txt"
|
|
494 |
"..\..\..\..\newcore\Lib\email\test\data\msg_21.txt" -"c:\Data\test\email\test\data\msg_21.txt"
|
|
495 |
"..\..\..\..\newcore\Lib\email\test\data\msg_22.txt" -"c:\Data\test\email\test\data\msg_22.txt"
|
|
496 |
"..\..\..\..\newcore\Lib\email\test\data\msg_23.txt" -"c:\Data\test\email\test\data\msg_23.txt"
|
|
497 |
"..\..\..\..\newcore\Lib\email\test\data\msg_24.txt" -"c:\Data\test\email\test\data\msg_24.txt"
|
|
498 |
"..\..\..\..\newcore\Lib\email\test\data\msg_25.txt" -"c:\Data\test\email\test\data\msg_25.txt"
|
|
499 |
"..\..\..\..\newcore\Lib\email\test\data\msg_26.txt" -"c:\Data\test\email\test\data\msg_26.txt"
|
|
500 |
"..\..\..\..\newcore\Lib\email\test\data\msg_27.txt" -"c:\Data\test\email\test\data\msg_27.txt"
|
|
501 |
"..\..\..\..\newcore\Lib\email\test\data\msg_28.txt" -"c:\Data\test\email\test\data\msg_28.txt"
|
|
502 |
"..\..\..\..\newcore\Lib\email\test\data\msg_29.txt" -"c:\Data\test\email\test\data\msg_29.txt"
|
|
503 |
"..\..\..\..\newcore\Lib\email\test\data\msg_30.txt" -"c:\Data\test\email\test\data\msg_30.txt"
|
|
504 |
"..\..\..\..\newcore\Lib\email\test\data\msg_31.txt" -"c:\Data\test\email\test\data\msg_31.txt"
|
|
505 |
"..\..\..\..\newcore\Lib\email\test\data\msg_32.txt" -"c:\Data\test\email\test\data\msg_32.txt"
|
|
506 |
"..\..\..\..\newcore\Lib\email\test\data\msg_33.txt" -"c:\Data\test\email\test\data\msg_33.txt"
|
|
507 |
"..\..\..\..\newcore\Lib\email\test\data\msg_34.txt" -"c:\Data\test\email\test\data\msg_34.txt"
|
|
508 |
"..\..\..\..\newcore\Lib\email\test\data\msg_35.txt" -"c:\Data\test\email\test\data\msg_35.txt"
|
|
509 |
"..\..\..\..\newcore\Lib\email\test\data\msg_36.txt" -"c:\Data\test\email\test\data\msg_36.txt"
|
|
510 |
"..\..\..\..\newcore\Lib\email\test\data\msg_37.txt" -"c:\Data\test\email\test\data\msg_37.txt"
|
|
511 |
"..\..\..\..\newcore\Lib\email\test\data\msg_38.txt" -"c:\Data\test\email\test\data\msg_38.txt"
|
|
512 |
"..\..\..\..\newcore\Lib\email\test\data\msg_39.txt" -"c:\Data\test\email\test\data\msg_39.txt"
|
|
513 |
"..\..\..\..\newcore\Lib\email\test\data\msg_40.txt" -"c:\Data\test\email\test\data\msg_40.txt"
|
|
514 |
"..\..\..\..\newcore\Lib\email\test\data\msg_41.txt" -"c:\Data\test\email\test\data\msg_41.txt"
|
|
515 |
"..\..\..\..\newcore\Lib\email\test\data\msg_42.txt" -"c:\Data\test\email\test\data\msg_42.txt"
|
|
516 |
"..\..\..\..\newcore\Lib\email\test\data\msg_43.txt" -"c:\Data\test\email\test\data\msg_43.txt"
|
|
517 |
"..\..\..\..\newcore\Lib\email\test\data\msg_44.txt" -"c:\Data\test\email\test\data\msg_44.txt"
|
|
518 |
"..\..\..\..\newcore\Lib\email\test\data\PyBanner048.gif" -"c:\Data\test\email\test\data\PyBanner048.gif"
|
|
519 |
|
|
520 |
"..\..\..\..\newcore\Lib\email\mime\__init__.py" -"c:\Data\test\email\mime\__init__.py"
|
|
521 |
"..\..\..\..\newcore\Lib\email\mime\application.py" -"c:\Data\test\email\mime\application.py"
|
|
522 |
"..\..\..\..\newcore\Lib\email\mime\audio.py" -"c:\Data\test\email\mime\audio.py"
|
|
523 |
"..\..\..\..\newcore\Lib\email\mime\base.py" -"c:\Data\test\email\mime\base.py"
|
|
524 |
"..\..\..\..\newcore\Lib\email\mime\image.py" -"c:\Data\test\email\mime\image.py"
|
|
525 |
"..\..\..\..\newcore\Lib\email\mime\message.py" -"c:\Data\test\email\mime\message.py"
|
|
526 |
"..\..\..\..\newcore\Lib\email\mime\multipart.py" -"c:\Data\test\email\mime\multipart.py"
|
|
527 |
"..\..\..\..\newcore\Lib\email\mime\nonmultipart.py" -"c:\Data\test\email\mime\nonmultipart.py"
|
|
528 |
"..\..\..\..\newcore\Lib\email\mime\text.py" -"c:\Data\test\email\mime\text.py"
|
|
529 |
|
|
530 |
"..\..\..\..\newcore\Lib\email\__init__.py" -"c:\Data\test\email\__init__.py"
|
|
531 |
"..\..\..\..\newcore\Lib\email\_parseaddr.py" -"c:\Data\test\email\_parseaddr.py"
|
|
532 |
"..\..\..\..\newcore\Lib\email\base64mime.py" -"c:\Data\test\email\base64mime.py"
|
|
533 |
"..\..\..\..\newcore\Lib\email\charset.py" -"c:\Data\test\email\charset.py"
|
|
534 |
"..\..\..\..\newcore\Lib\email\encoders.py" -"c:\Data\test\email\encoders.py"
|
|
535 |
"..\..\..\..\newcore\Lib\email\errors.py" -"c:\Data\test\email\errors.py"
|
|
536 |
"..\..\..\..\newcore\Lib\email\feedparser.py" -"c:\Data\test\email\feedparser.py"
|
|
537 |
"..\..\..\..\newcore\Lib\email\generator.py" -"c:\Data\test\email\generator.py"
|
|
538 |
"..\..\..\..\newcore\Lib\email\header.py" -"c:\Data\test\email\header.py"
|
|
539 |
"..\..\..\..\newcore\Lib\email\iterators.py" -"c:\Data\test\email\iterators.py"
|
|
540 |
"..\..\..\..\newcore\Lib\email\message.py" -"c:\Data\test\email\message.py"
|
|
541 |
"..\..\..\..\newcore\Lib\email\parser.py" -"c:\Data\test\email\parser.py"
|
|
542 |
"..\..\..\..\newcore\Lib\email\quoprimime.py" -"c:\Data\test\email\quoprimime.py"
|
|
543 |
"..\..\..\..\newcore\Lib\email\utils.py" -"c:\Data\test\email\utils.py"
|
|
544 |
|
|
545 |
; Test elemlist - This test is added to test the SDK zip files.
|
|
546 |
"..\..\..\..\extras\elemlist\src\test_elemlist.py" -"c:\Data\python\test\test_elemlist.py"
|
|
547 |
|
|
548 |
; Test data files
|
|
549 |
${{if INCLUDE_INTERNAL_SRC
|
|
550 |
"${{SRC_DIR}}\..\internal-src\test_utils\sysinfo_goldfile.txt" -"c:\Data\python\test\sysinfo_goldfile.txt"
|
|
551 |
"${{SRC_DIR}}\..\internal-src\test_utils\contacts_store.txt" -"c:\Data\python\test\contacts_store.txt"
|
|
552 |
"${{SRC_DIR}}\..\internal-src\test_utils\Dawning.aac" -"c:\Data\python\test\Dawning.aac"
|
|
553 |
"${{SRC_DIR}}\..\internal-src\test_utils\camera_goldfile.txt" -"c:\Data\python\test\camera_goldfile.txt"
|
|
554 |
}}
|
|
555 |
|
|
556 |
; The platform id for 3.2 is not recognized when specified in the ELSEIF statement. So putting this check in the IF clause first up.
|
|
557 |
; 3rdEdFP2 device specific files.
|
|
558 |
IF (PACKAGE(0x102752AE))
|
|
559 |
"${{SRC_DIR}}\ext\amaretto\e32\src\goldfiles\goldfile_3rdEdFP2.txt" -"c:\Data\python\test\e32_goldfile.txt"
|
|
560 |
|
|
561 |
; 3rdEdFP1 device specific files
|
|
562 |
ELSEIF (PACKAGE(0x102032BE))
|
|
563 |
"${{SRC_DIR}}\ext\amaretto\e32\src\goldfiles\goldfile_3rdEdFP1.txt" -"c:\Data\python\test\e32_goldfile.txt"
|
|
564 |
|
|
565 |
; 5thEd device specific files
|
|
566 |
ELSE
|
|
567 |
"${{SRC_DIR}}\ext\amaretto\e32\src\goldfiles\goldfile_5thEd.txt" -"c:\Data\python\test\e32_goldfile.txt"
|
|
568 |
|
|
569 |
ENDIF |