author | hgs |
Mon, 10 May 2010 11:40:53 +0100 | |
changeset 132 | e4a7b1cbe40c |
parent 90 | 947f0dc9f7a8 |
child 177 | a232af6b0b1f |
permissions | -rw-r--r-- |
132 | 1 |
// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 2 |
// All rights reserved. |
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// e32test/group/bld.inf |
|
15 |
// Kernel and User library test code |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
/** |
|
20 |
@file |
|
21 |
*/ |
|
22 |
||
23 |
||
24 |
PRJ_PLATFORMS |
|
25 |
||
26 |
BASEDEFAULT |
|
27 |
||
28 |
PRJ_EXPORTS |
|
29 |
../secure/platsecconfig.settings /epoc32/rom/e32test/t_platsecconfig.iby |
|
30 |
../secure/platsecconfig.settings /epoc32/data/t_platsecconfig.ini |
|
31 |
||
32 |
PRJ_TESTEXPORTS |
|
33 |
||
34 |
../../../kernel/eka/include/kernel/dobject.h /epoc32/include/kernel/ |
|
35 |
||
36 |
../../../userlibandfileserver/domainmgr/inc/domainobserver.h /epoc32/include/ |
|
37 |
||
38 |
../dll/d_ldrtst.h /epoc32/include/ |
|
39 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
40 |
../nkernsa/interrupts.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(nktest/interrupts.h) // |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
41 |
../nkernsa/nkutils.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(nktest/nkutils.h) // |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
42 |
../nkernsa/utils.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(nktest/utils.h) // |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
43 |
../nkernsa/diag.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(nktest/diag.h) // |
0 | 44 |
|
45 |
../../../kernel/eka/include/e32huffman.h /epoc32/include/ |
|
46 |
||
47 |
platsec.settings /epoc32/data/defaulttest.ini |
|
48 |
../mmu/d_memorytest.h /epoc32/include/e32test/d_memorytest.h |
|
49 |
||
50 |
../buffer/UnicodeData.txt /epoc32/data/z/test/unicodedata.txt |
|
51 |
../buffer/UnicodeData.txt /epoc32/release/wins/udeb/z/test/unicodedata.txt |
|
52 |
../buffer/UnicodeData.txt /epoc32/release/wins/urel/z/test/unicodedata.txt |
|
53 |
../buffer/UnicodeData.txt /epoc32/release/winscw/udeb/z/test/unicodedata.txt |
|
54 |
../buffer/UnicodeData.txt /epoc32/release/winscw/urel/z/test/unicodedata.txt |
|
55 |
||
56 |
// batch file that runs all automatic Unicode tests on hardware |
|
57 |
../group/UnicodeTests.bat /epoc32/data/z/system/test/unicodetests.bat |
|
58 |
../group/UnicodeTest.iby /epoc32/rom/include/unicodetest.iby |
|
59 |
||
60 |
// REMOVE_ME - Work-around to get stdexe and stddll test cases into ROM. |
|
61 |
// should be removed once new tools have been submitted |
|
62 |
../dll/oe/eabi/udeb/t_oedll.dll /epoc32/release/armv5/udeb/t_oedll.dll |
|
63 |
../dll/oe/eabi/udeb/t_oedll1.dll /epoc32/release/armv5/udeb/t_oedll1.dll |
|
64 |
../dll/oe/eabi/udeb/t_oeexport.exe /epoc32/release/armv5/udeb/t_oeexport.exe |
|
65 |
../dll/oe/eabi/udeb/t_oeexport1.exe /epoc32/release/armv5/udeb/t_oeexport1.exe |
|
66 |
../dll/oe/eabi/urel/t_oedll.dll /epoc32/release/armv5/urel/t_oedll.dll |
|
67 |
../dll/oe/eabi/urel/t_oedll1.dll /epoc32/release/armv5/urel/t_oedll1.dll |
|
68 |
../dll/oe/eabi/urel/t_oeexport.exe /epoc32/release/armv5/urel/t_oeexport.exe |
|
69 |
../dll/oe/eabi/urel/t_oeexport1.exe /epoc32/release/armv5/urel/t_oeexport1.exe |
|
70 |
||
71 |
../demandpaging/d_pagestress.h /epoc32/include/ |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
72 |
../pci/t_pci.h /epoc32/include/e32test/t_pci.h |
0 | 73 |
|
74 |
../iic/iic_psl/i2c.h /epoc32/include/e32test/ |
|
75 |
../iic/iic_psl/spi.h /epoc32/include/e32test/ |
|
76 |
||
77 |
PRJ_TESTMMPFILES |
|
78 |
||
79 |
/****************************************************************************** |
|
80 |
Put all device drivers here. These build both SMP and non-SMP variants. |
|
81 |
User side code builds a single variant for both. |
|
82 |
*NOTE: Base BTB will build properly any kernel-side test code embedded within |
|
83 |
positive check ( #ifdef SMP ), however these binaries will not be included in BTB |
|
84 |
autotest images for SMP platforms. Refer to DTW-KHS BTB00055 for more details. |
|
85 |
******************************************************************************/ |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
86 |
d_kerncorestats support |
0 | 87 |
d_implicit support |
88 |
d_emitest support |
|
89 |
d_ldd support |
|
90 |
d_ldd_ram support |
|
91 |
d_ldd2 support |
|
92 |
d_ldd2_ram support |
|
93 |
d_lddns support |
|
94 |
d_lddpowerseqtest support |
|
95 |
d_ldddigitisertest support |
|
96 |
d_lddturnaroundtimertest support |
|
97 |
d_newldd support |
|
98 |
d_ipccpy support |
|
99 |
d_kucopy support |
|
100 |
d_ldrtst support |
|
101 |
t_prop_ldd support |
|
102 |
bm_ldd support |
|
103 |
d_sharedio support |
|
104 |
d_dobject support |
|
105 |
d_memorytest support |
|
106 |
d_kheap support |
|
107 |
d_sharedchunk support |
|
108 |
d_nktrace support |
|
109 |
d_sldd support |
|
110 |
d_logtofile support |
|
111 |
d_eventtracker support |
|
112 |
d_traceredirect support |
|
113 |
d_btrace support |
|
114 |
d_perflogger_test_ldd support |
|
115 |
d_kern_msg support |
|
116 |
d_gobble support |
|
117 |
d_nanowait support |
|
118 |
d_medch support |
|
119 |
d_shbuf_client support |
|
120 |
d_shbuf_own support |
|
121 |
d_asid support |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
122 |
d_entropysources support |
0 | 123 |
|
124 |
#ifdef GENERIC_MARM |
|
125 |
d_schedhook support |
|
126 |
d_kernasmbm support |
|
127 |
d_codemodifier support |
|
128 |
d_debugapi support |
|
129 |
d_context support |
|
130 |
earlyextension support |
|
131 |
d_testearlyextension support |
|
132 |
#endif |
|
133 |
||
134 |
#if !defined X86 |
|
135 |
rescontrol_psl support |
|
136 |
rescontrol_extended_psl support |
|
137 |
d_rescontrolcli support |
|
138 |
d_extendedrescontrolcli support |
|
139 |
d_prmacctstsim support |
|
140 |
../resmanus/resourcecontrol support |
|
141 |
../resmanus/resourcecontrollerextended support |
|
142 |
#endif |
|
143 |
||
144 |
// DMA kernel-side test harness for software-simulated DMA framework |
|
145 |
// software-simulated DMA framework |
|
146 |
d_dmasim support |
|
147 |
dmasim support |
|
148 |
||
149 |
// Examples for demand paging device driver migration |
|
150 |
d_pagingexample_1_pre support |
|
151 |
d_pagingexample_1_post support |
|
152 |
d_pagingexample_2_pre support |
|
153 |
d_pagingexample_2_post support |
|
154 |
||
155 |
#if defined(EPOC32) && !defined(X86) |
|
156 |
// Test LDD for real hardware DMA |
|
157 |
d_dma support |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
158 |
d_dma2 support |
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
159 |
d_dma_compat support |
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
160 |
d_dma2_compat support |
0 | 161 |
#endif |
162 |
||
163 |
#ifdef EPOC32 |
|
164 |
d_atomic support |
|
165 |
d_pagestress support |
|
166 |
d_ramstress support |
|
167 |
d_export support |
|
168 |
d_import support |
|
169 |
#endif |
|
170 |
||
171 |
#ifdef WINS |
|
172 |
d_guiconfig support |
|
173 |
d_second_excp2 support |
|
174 |
#endif |
|
175 |
||
176 |
#if defined(MARM_ARMV5) || defined(MARM_ARMV4) |
|
177 |
d_second_excp support |
|
178 |
d_second_excp2 support |
|
179 |
#endif |
|
180 |
||
181 |
#if !defined(WINS) |
|
182 |
d_demandpaging support |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
183 |
d_pagemove support |
0 | 184 |
#endif |
185 |
||
186 |
#if !defined(WINS) && !defined(X86) |
|
187 |
d_ramdefrag support |
|
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
188 |
d_smpsoak support |
0 | 189 |
#endif |
190 |
||
191 |
#if !defined(X86) |
|
192 |
../iic/iic_psl/iic_testpsl support |
|
193 |
../iic/iic_psl/spi support |
|
194 |
../iic/iic_psl/i2c support |
|
195 |
../iic/iic_psl/d_iic_client support |
|
196 |
../iic/iic_psl/d_iic_slaveclient support |
|
197 |
||
198 |
../iic/iic_psl/spi_ctrless support |
|
199 |
../iic/iic_psl/i2c_ctrless support |
|
200 |
../iic/iic_psl/d_iic_client_ctrless support |
|
201 |
../iic/iic_psl/d_iic_slaveclient_ctrless support |
|
202 |
#endif |
|
203 |
||
204 |
#if !defined(WINS) && !defined(X86) |
|
205 |
d_crazyints support |
|
206 |
#endif |
|
207 |
||
208 |
/****************************************************************************** |
|
209 |
User side code here - builds a single variant for both SMP and non-SMP. |
|
210 |
******************************************************************************/ |
|
211 |
#ifndef SMP |
|
212 |
#ifdef WINS |
|
213 |
// used to make some tests 'manual' on WINS (those which don't really add any useful testing like benchmarks) |
|
214 |
#define MANUAL_ON_WINS manual |
|
215 |
#else |
|
216 |
#define MANUAL_ON_WINS |
|
217 |
#endif |
|
218 |
||
219 |
#ifdef EPOC32 |
|
220 |
//T_ROMCHK // check the ROM is OK before starting tests |
|
221 |
#endif |
|
222 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
223 |
t_printsysinfo /* t_printsysinfo is the first test to run because it logs the system information */ |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
224 |
|
0 | 225 |
// todo: t_shadow tests currently need to run before any ROM pages get shadowed so do this first |
226 |
// for now |
|
227 |
#ifdef EPOC32 |
|
228 |
t_shadow |
|
229 |
#endif |
|
230 |
||
231 |
// Do these here since they interfere with latency measurement |
|
232 |
t_implicit |
|
233 |
||
234 |
t_dmasim // user-side test harness for software-simulated DMA framework |
|
235 |
||
236 |
#ifdef GENERIC_MARM |
|
237 |
t_schedhook |
|
238 |
#endif |
|
239 |
||
240 |
t_emi |
|
241 |
||
242 |
// RAM defragmentation tests. |
|
243 |
// These tests assume that all pages are movable during the tests |
|
244 |
// to increase the chances of this nothing should be running in the background. |
|
245 |
// Therefore these need to be run before t_lat2 is started. |
|
246 |
#if !defined(WINS) && !defined(X86) |
|
247 |
t_ramdefrag |
|
248 |
#endif |
|
249 |
||
250 |
#ifdef EPOC32 |
|
251 |
// Start the latency measurement |
|
252 |
t_lat2 |
|
253 |
#endif |
|
254 |
||
255 |
// /E32TEST/ACTIVE tests |
|
256 |
t_act |
|
257 |
t_asyc |
|
258 |
t_cact |
|
259 |
t_cactw |
|
260 |
t_cper |
|
261 |
t_ctimer |
|
262 |
t_timerduration |
|
263 |
t_dtim |
|
264 |
t_idle |
|
265 |
t_messge |
|
266 |
||
267 |
// /E32TEST/BENCH tests |
|
268 |
#ifdef GENERIC_MARM |
|
269 |
t_desbm manual |
|
270 |
#endif |
|
271 |
t_dhry support |
|
272 |
t_excbm MANUAL_ON_WINS |
|
273 |
t_exec support |
|
274 |
t_membm MANUAL_ON_WINS |
|
275 |
t_proc1 |
|
276 |
t_proc2 support |
|
277 |
t_r64bm MANUAL_ON_WINS |
|
278 |
#ifdef ARMCC |
|
279 |
t_vfpbm |
|
280 |
#endif |
|
281 |
t_rxbm MANUAL_ON_WINS |
|
282 |
t_svr |
|
283 |
t_svr2 |
|
284 |
t_svr5 |
|
285 |
t_svrstress |
|
286 |
t_svr_connect |
|
287 |
int_svr_calls support |
|
288 |
t_t64bm MANUAL_ON_WINS |
|
289 |
t_ipcbm MANUAL_ON_WINS |
|
290 |
#ifndef X86 |
|
291 |
t_kernbm MANUAL_ON_WINS |
|
292 |
#endif |
|
293 |
||
294 |
t_ctxsw |
|
295 |
t_ctxsw3 |
|
296 |
#ifdef EPOC32 |
|
297 |
t_prof support |
|
298 |
#endif |
|
299 |
#ifdef GENERIC_MARM |
|
300 |
t_kernasmbm manual |
|
301 |
t_userasmbm manual |
|
302 |
#endif |
|
303 |
||
304 |
// /e32test/benchmark |
|
305 |
#ifndef X86 |
|
306 |
bm_suite MANUAL_ON_WINS |
|
307 |
#else |
|
308 |
bm_suite manual |
|
309 |
#endif |
|
310 |
||
311 |
// /E32TEST/BUFFER tests |
|
312 |
t_bflat |
|
313 |
t_bma |
|
314 |
t_bseg |
|
315 |
t_buf |
|
316 |
t_rbuf |
|
317 |
t_char |
|
318 |
t_circ |
|
319 |
t_collate |
|
320 |
t_des |
|
321 |
t_farray |
|
322 |
t_func |
|
323 |
t_graph |
|
324 |
t_key |
|
325 |
t_lex |
|
326 |
t_match |
|
327 |
t_parray |
|
328 |
t_que |
|
329 |
t_readar |
|
330 |
t_regn |
|
331 |
t_sque |
|
332 |
t_varray |
|
333 |
t_versio |
|
334 |
t_array |
|
335 |
t_hashtab |
|
336 |
T_FoldPerf |
|
337 |
T_UnicodePerf |
|
338 |
t_huff |
|
339 |
t_memcpy support // time consuming, tests rarely-changed code |
|
340 |
#ifndef MARM_THUMB |
|
341 |
// That test contains lots of ARM assembly language which is normally |
|
342 |
// executed only in privileged mode. So there is no need to build it |
|
343 |
// for thumb. |
|
344 |
t_tbma support // time consuming, tests rarely-changed code |
|
345 |
#endif |
|
346 |
||
347 |
// /E32TEST/DATETIME tests |
|
348 |
t_dparse support |
|
349 |
t_time |
|
350 |
t_tparse |
|
351 |
||
352 |
// /E32TEST/DEVICE tests |
|
353 |
t_ampv support |
|
354 |
t_comm support |
|
355 |
t_commsk support |
|
356 |
t_loop support |
|
357 |
// T_MODEM1 support |
|
358 |
// T_PROM support |
|
359 |
t_term support |
|
360 |
||
361 |
t_serial manual |
|
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
362 |
|
0 | 363 |
t_sound2 |
364 |
t_sound_api |
|
365 |
t_sound_api_helper support |
|
366 |
t_soundmchan |
|
367 |
t_soundwav support |
|
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
368 |
|
0 | 369 |
t_dtenot manual |
370 |
// T_DCE manual Commented out until DCE implemented |
|
371 |
// T_DCEUTL manual |
|
372 |
t_keyboardrotate manual |
|
373 |
#ifdef GENERIC_MARM |
|
374 |
t_slowir support |
|
375 |
// T_FIR2 support |
|
376 |
t_usb manual |
|
377 |
t_usbapi |
|
378 |
t_usbcsc |
|
379 |
t_testearlyextension |
|
380 |
#endif |
|
381 |
#ifdef MARM_ARMV5 |
|
382 |
t_usb_device manual |
|
383 |
t_usb_scdevice manual |
|
384 |
#endif |
|
385 |
||
386 |
t_tldd |
|
387 |
t_newldd |
|
388 |
t_lddpowerseqtest |
|
389 |
t_ldddigitisertest |
|
132 | 390 |
t_userdigitisertest |
391 |
t_userdigitisernocaps |
|
0 | 392 |
t_persistrestart manual |
393 |
halsettings support |
|
394 |
||
395 |
// /E32TEST/DLL tests |
|
396 |
t_dll1 support |
|
397 |
t_dll2 support |
|
398 |
||
399 |
t_dlla1 support |
|
400 |
t_dlla2 support |
|
401 |
t_dlla3 support |
|
402 |
||
403 |
t_start1 support |
|
404 |
t_start2 support |
|
405 |
t_start3 support |
|
406 |
t_tdll12 |
|
407 |
||
408 |
t_staticdata |
|
409 |
t_tdlla |
|
410 |
||
411 |
t_tls |
|
412 |
t_tlsdll support |
|
413 |
t_tstart |
|
414 |
t_loadfail |
|
415 |
// REMOVE_ME - Work-around to get stdexe and stddll test cases into ROM. |
|
416 |
// should be removed once new tools have been submitted |
|
417 |
#if defined(MARM_ARMV5) |
|
418 |
t_oefixup |
|
419 |
#endif |
|
420 |
||
421 |
#ifdef EPOC32 |
|
422 |
t_ver1_1_0 support |
|
423 |
t_ver1_1_1 support |
|
424 |
t_ver1_2_0 support |
|
425 |
#endif |
|
426 |
t_ver1_3_0 support |
|
427 |
#ifdef EPOC32 |
|
428 |
t_ver2_1_0 support |
|
429 |
t_ver2_1_1 support |
|
430 |
t_ver2_2_0 support |
|
431 |
#endif |
|
432 |
t_ver2_3_0 support |
|
433 |
#ifdef EPOC32 |
|
434 |
t_xver2a support // request 1.0 work with any |
|
435 |
t_xver2b support // request 1.0 work with 2.0 but not 3.0 |
|
436 |
t_xver2c support // request 1.0 don't work with 2.0 |
|
437 |
t_xver2d support // request 1.1 work with 1.0 but not 2.0 |
|
438 |
t_xver2e support // request 1.1 work with any |
|
439 |
t_xver2f support // request 1.1 work with 2.0, 3.0 but not with 1.0 |
|
440 |
t_xver2g support // request 1.1 don't work with 2.0, 3.0 or 1.0 |
|
441 |
t_xver2h support // request 1.1 work with 1.0 and 2.0 but not 3.0 |
|
442 |
t_xver2i support // request 1.1 work with 2.0 but not 3.0 or 1.0 |
|
443 |
t_xver2j support // request 2.0 only use 1.0 exports |
|
444 |
t_xver2k support // request 2.0 only use 1.0, 1.1 exports |
|
445 |
t_xver2l support // request 2.0 use 2.0 exports work on 3.0 |
|
446 |
t_xver2m support // request 2.0 use 2.0 exports, don't work on 3.0 |
|
447 |
t_xver2n support // request 3.0 use 1.0 exports only |
|
448 |
t_xver2o support // request 3.0 use all |
|
449 |
t_xxver2 |
|
450 |
#else |
|
451 |
t_xxver2w |
|
452 |
#endif |
|
453 |
||
454 |
#ifdef EPOC32 |
|
455 |
t_path |
|
456 |
t_path2 support |
|
457 |
t_pathdll1 support |
|
458 |
t_pathdll2 support |
|
459 |
t_import_ldd |
|
460 |
#endif |
|
461 |
||
462 |
#if defined(WINS) |
|
463 |
t_dllwsd_dll support |
|
464 |
t_dllwsd_dlli support |
|
465 |
t_dllwsd |
|
466 |
t_dllwsdi |
|
467 |
t_dllwsdd |
|
468 |
t_dllwsddi |
|
469 |
d_wsdextension support |
|
470 |
t_wsdextension support |
|
471 |
#endif |
|
472 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
473 |
// t_wsd_* suffixes: |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
474 |
// x => XIP; runs from ROM |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
475 |
// c => code loads & runs in RAM |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
476 |
// p => pagedcode |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
477 |
// u => unpagedcode |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
478 |
t_wsd_dl3_xp support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
479 |
t_wsd_dl3_xu support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
480 |
t_wsd_dl2_xp support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
481 |
t_wsd_dl2_xu support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
482 |
t_wsd_dl1_xp support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
483 |
t_wsd_dl1_xu support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
484 |
t_wsd_tst_xp |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
485 |
t_wsd_tst_xu |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
486 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
487 |
t_wsd_dl3_cp support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
488 |
t_wsd_dl3_cu support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
489 |
t_wsd_dl2_cp support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
490 |
t_wsd_dl2_cu support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
491 |
t_wsd_dl1_cp support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
492 |
t_wsd_dl1_cu support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
493 |
t_wsd_tst_cp |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
494 |
t_wsd_tst_cu |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
495 |
|
0 | 496 |
// /e32test/ethernet |
497 |
../ethernet/pump/etherpump manual |
|
498 |
../ethernet/macset/macset manual |
|
499 |
||
500 |
// /E32TEST/HEAP tests |
|
501 |
t_fail |
|
502 |
||
503 |
#ifdef EPOC32 |
|
504 |
t_hcomp support |
|
505 |
#endif |
|
506 |
||
507 |
t_heap |
|
508 |
t_heap2 |
|
509 |
t_heapdb |
|
132 | 510 |
t_heapdl |
511 |
t_heapslab |
|
512 |
t_heapstress manual |
|
513 |
t_heapcheck |
|
514 |
t_heappagealloc |
|
0 | 515 |
t_kheap |
516 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
517 |
// Secure RNG tests |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
518 |
t_securerng |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
519 |
t_sha256 |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
520 |
t_entropysources |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
521 |
|
0 | 522 |
// /E32TEST/LFFS tests |
523 |
t_lfsdrv2 manual |
|
524 |
t_lfsdrvbm manual |
|
525 |
#if defined(GENERIC_MARM) |
|
526 |
tf_fsscan manual |
|
527 |
tf_suspend manual |
|
528 |
tf_suspendsoak manual |
|
529 |
tf_suspendsoakw manual |
|
530 |
tf_read manual |
|
531 |
tf_write manual |
|
532 |
tf_erase manual |
|
533 |
tf_dump manual |
|
534 |
#endif |
|
535 |
loadlffs manual |
|
536 |
#if defined(GENERIC_MARM) |
|
537 |
bf_raw manual |
|
538 |
bf_cpu manual |
|
539 |
#endif |
|
540 |
load9660 support |
|
541 |
loadntfs support |
|
542 |
||
543 |
// /E32TEST/LOCALE tests |
|
544 |
t_msgtxt manual |
|
545 |
t_names |
|
546 |
t_currencyformat |
|
547 |
||
548 |
||
549 |
#if !defined(MARM_ARMI) && !defined(MARM_THUMB) |
|
550 |
// Don't build localisation DLLs for ARMI or THUMB |
|
551 |
t_loclus support |
|
552 |
t_loclus1 support |
|
553 |
t_loclus2 support |
|
554 |
t_loclge support |
|
555 |
#endif |
|
556 |
||
557 |
||
558 |
// /E32TEST/MATH tests |
|
559 |
t_float |
|
560 |
t_i64 |
|
561 |
t_i64_2 |
|
562 |
t_math |
|
563 |
t_math2 |
|
564 |
t_r32 |
|
565 |
/*T_R64*/ |
|
566 |
t_realx |
|
567 |
t_roundtrip |
|
568 |
#ifdef GENERIC_MARM |
|
569 |
t_vfp |
|
570 |
#endif |
|
571 |
||
572 |
// /E32TEST/MISC tests |
|
573 |
||
574 |
t_duid support |
|
575 |
t_uid |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
576 |
#ifdef EPOC32 |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
577 |
ccthrash support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
578 |
#endif |
0 | 579 |
cpumeter support |
580 |
crash support |
|
581 |
reboot support |
|
582 |
exc support |
|
583 |
freemem support |
|
584 |
// THRDLIST support |
|
585 |
t_abt support |
|
586 |
t_dabt support |
|
587 |
t_pabt support |
|
588 |
t_alive support |
|
589 |
t_busy support |
|
590 |
t_cmpres |
|
591 |
t_death support |
|
592 |
t_kill manual |
|
593 |
t_ramuse support |
|
594 |
t_repmd support |
|
595 |
t_stres1 support |
|
596 |
t_svr3 support |
|
597 |
t_svr6 support |
|
598 |
t_xyldr support |
|
599 |
t_proc3 support |
|
600 |
t_proc3a support |
|
601 |
t_mem support |
|
602 |
t_unzip support |
|
603 |
t_ymodem support |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
604 |
ymodemtx support |
0 | 605 |
t_ymodemz support |
606 |
t_lbk support |
|
607 |
t_forever support |
|
608 |
t_ipccpy |
|
609 |
flash support |
|
610 |
flash32 support |
|
611 |
systemize support |
|
612 |
kill support |
|
613 |
t_add2p |
|
614 |
t_add2p2 support |
|
615 |
drvdump support |
|
616 |
drvread support |
|
617 |
eject support |
|
618 |
t_pcreat support |
|
619 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
620 |
t_loadsim support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
621 |
|
0 | 622 |
#if !defined(WINS) |
623 |
t_zip manual |
|
624 |
#endif |
|
625 |
||
626 |
#ifdef EPOC32 |
|
627 |
t_undef support |
|
628 |
t_tmout support |
|
629 |
#endif |
|
630 |
t_empty |
|
631 |
t_empty2 |
|
632 |
||
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
633 |
#if !defined(WINS) && !defined(X86) |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
634 |
t_smpsoak |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
635 |
t_smpsoakprocess support |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
636 |
t_smpsoakspin support |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
637 |
#endif |
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
638 |
|
0 | 639 |
// /E32TEST/MMU tests |
640 |
t_chunk |
|
641 |
t_chunk2 |
|
642 |
t_chunk3 support |
|
643 |
t_chunk4 |
|
644 |
t_dchunk manual |
|
645 |
t_mmubm |
|
646 |
t_wbc |
|
647 |
t_sharedio |
|
648 |
t_sharedio2 |
|
649 |
t_sharedio3 |
|
650 |
t_sharedio4 |
|
651 |
t_sharedchunk |
|
652 |
t_sharedchunkf |
|
653 |
t_mmustress |
|
654 |
t_shbuf_client |
|
655 |
t_shbuf_own |
|
656 |
t_shbuf_perf |
|
657 |
||
658 |
#ifdef GENERIC_MARM |
|
659 |
t_codemodifier |
|
660 |
t_codemodifier2 support |
|
661 |
t_cache |
|
662 |
#endif |
|
663 |
||
664 |
t_dobject |
|
665 |
||
666 |
||
667 |
#if defined(EPOC32) && !defined(MARM_THUMB) |
|
668 |
t_imb |
|
669 |
t_btb manual |
|
670 |
#endif |
|
671 |
||
672 |
#ifdef EPOC32 |
|
31
56f325a607ea
Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
15
diff
changeset
|
673 |
t_ramall |
0 | 674 |
t_pages support |
675 |
t_mwait |
|
676 |
t_asid |
|
677 |
t_asid_dummy support |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
678 |
t_alias_remove |
0 | 679 |
#endif |
680 |
||
681 |
// /E32TEST/NKERN tests |
|
682 |
t_nktrace manual |
|
683 |
||
684 |
// /E32TEST/PCCD tests |
|
685 |
t_atadrv manual |
|
686 |
t_atadr3 support |
|
687 |
t_media manual |
|
688 |
t_idrv |
|
689 |
t_pccdbm manual |
|
690 |
t_nandbm manual |
|
691 |
t_pccdsk support |
|
692 |
t_pccdsr support |
|
693 |
t_mmcdrv manual |
|
694 |
t_med_writebm manual |
|
695 |
||
696 |
#ifdef EPOC32 |
|
697 |
t_crrdrv support |
|
698 |
||
699 |
// T_PCCD1 |
|
700 |
// T_PCCD2 |
|
701 |
// T_PCCD3 manual |
|
702 |
#endif |
|
703 |
||
704 |
t_multislot manual |
|
705 |
t_medch |
|
706 |
||
707 |
// /E32TEST/POWER tests |
|
708 |
t_power |
|
709 |
t_power_slave support |
|
710 |
t_domain |
|
711 |
t_domain_slave support |
|
712 |
domainPolicyTest support |
|
713 |
t_switchoff |
|
714 |
||
715 |
// /E32TEST/PRIME tests |
|
716 |
t_kern support |
|
717 |
t_sem |
|
718 |
t_semutx |
|
719 |
t_semutx2 |
|
720 |
t_mutex support |
|
721 |
t_timer |
|
722 |
t_rwlock |
|
723 |
||
724 |
// /e32test/property |
|
725 |
t_property |
|
726 |
t_prop_sec support |
|
727 |
t_prop_define0 support |
|
728 |
t_prop_define1 support |
|
729 |
t_prop_define2 support |
|
730 |
t_prop_define3 support |
|
731 |
t_stress_property support |
|
732 |
||
733 |
// /E32TEST/REALTIME tests |
|
734 |
t_frag support |
|
735 |
#ifdef EPOC32 |
|
736 |
t_lat2m support |
|
737 |
t_latncy support |
|
738 |
#endif |
|
739 |
t_write support |
|
740 |
||
741 |
// /E32TEST/SYSTEM tests |
|
742 |
t_atomic |
|
743 |
t_chnot |
|
744 |
t_cobj |
|
745 |
t_ctrap |
|
746 |
t_exc |
|
747 |
t_inf manual |
|
748 |
t_multin |
|
749 |
t_prot |
|
750 |
t_prot2 support |
|
751 |
t_prot2a support |
|
752 |
t_reason support |
|
753 |
t_ref |
|
754 |
t_reg |
|
755 |
t_trap |
|
756 |
t_cli |
|
757 |
t_inact manual |
|
758 |
t_kucopy |
|
759 |
t_condvar |
|
760 |
t_condvar2 support |
|
761 |
||
762 |
t_tick manual |
|
763 |
t_tock |
|
764 |
||
765 |
t_env |
|
766 |
t_env_child support |
|
767 |
||
768 |
t_mstim2 support |
|
769 |
#ifndef EPOC32 |
|
770 |
t_mstim support // win32 timers sometimes irregular, but a useful test nonetheless |
|
771 |
#else |
|
772 |
t_mstim |
|
773 |
||
774 |
t_debug support |
|
775 |
// T_REGRAM support |
|
776 |
t_panic support |
|
777 |
#endif |
|
778 |
||
779 |
// /E32TEST/THREAD tests |
|
780 |
t_killer support // because it takes several minutes to run |
|
781 |
t_thread |
|
782 |
t_thread2 |
|
783 |
t_threadedserver |
|
784 |
#ifdef EPOC32 |
|
785 |
t_smpsafe |
|
786 |
smpsafea support |
|
787 |
smpsafeb support |
|
788 |
smpsafec support |
|
789 |
smpsafed support |
|
790 |
smpsafee support |
|
791 |
smpsafexa support |
|
792 |
smpsafe0 support |
|
793 |
smpsafe1 support |
|
794 |
smpsafe2 support |
|
795 |
smpsafe3 support |
|
796 |
smpsafe4 support |
|
797 |
smpsafex0 support |
|
798 |
smpsafex2 support |
|
799 |
#endif |
|
800 |
||
801 |
// ../VIDEO tests |
|
802 |
#ifndef X86 |
|
803 |
t_video |
|
804 |
t_videomemory |
|
805 |
t_videomemprocess |
|
806 |
#endif |
|
807 |
t_vidmode support |
|
808 |
||
809 |
// /E32TEST/DISPCHAN tests |
|
810 |
// DISPCHAN can change the state of the emulator GUI and currently must be run |
|
811 |
// AFTER t_video |
|
812 |
#ifndef X86 |
|
813 |
t_dispchan |
|
814 |
#endif |
|
815 |
||
816 |
// /E32TEST/WINDOW tests |
|
817 |
||
818 |
t_calib support |
|
819 |
t_colour manual |
|
820 |
t_wjpwin support |
|
821 |
t_wsimp support |
|
822 |
t_wwins manual |
|
823 |
t_mmcpw manual |
|
824 |
||
825 |
t_keys support |
|
826 |
||
827 |
// /E32TEST/Y2K tests |
|
828 |
t_y2k |
|
829 |
||
830 |
// /E32TEST/MQUEUE message queue tests |
|
831 |
t_mqueue |
|
832 |
t_mqueueecho support |
|
833 |
||
834 |
#if defined(WINS) |
|
835 |
t_emul |
|
836 |
t_emul_slave support |
|
837 |
t_emul_dll1 support |
|
838 |
t_emul_dll2 support |
|
839 |
||
840 |
t_guiconfig |
|
841 |
t_jit manual |
|
842 |
t_emulex |
|
843 |
#endif |
|
844 |
||
845 |
#if defined(GENERIC_MARM) || defined(GENERIC_X86) // should really be GENERIC_EPOC32 but that doesn't exist |
|
846 |
gnumakefile romstuff.mke support |
|
847 |
#endif |
|
848 |
||
849 |
// PLATFORM SECURITY TESTS |
|
850 |
t_rendezvous |
|
851 |
t_smessage |
|
852 |
t_sprocess |
|
853 |
t_sthread |
|
854 |
t_sprioritycap_systemserver |
|
855 |
t_sprioritycap_realtimeserver |
|
856 |
t_suser |
|
857 |
t_polsvr |
|
858 |
t_capsup |
|
859 |
t_platsecconfig |
|
860 |
t_platsecconfig2 support |
|
861 |
t_psc_static support |
|
862 |
t_psc_dynamic support |
|
863 |
t_psc_dll support |
|
864 |
t_sobject |
|
865 |
t_sserver |
|
866 |
t_shal |
|
867 |
t_sdrivers |
|
868 |
#ifdef GENERIC_MARM |
|
869 |
t_ipcsafety |
|
870 |
#endif |
|
871 |
||
872 |
// Debugger support |
|
873 |
t_logtofile manual |
|
874 |
t_eventtracker manual |
|
875 |
t_traceredirect support |
|
132 | 876 |
t_heapcorruption support |
0 | 877 |
t_btrace |
878 |
t_perflogger |
|
879 |
||
880 |
#ifdef GENERIC_MARM |
|
881 |
t_debugapi manual |
|
882 |
t_context |
|
883 |
#endif |
|
884 |
||
885 |
// /E32TEST/DMA tests |
|
886 |
t_dma // user-side test harness for real DMA framework |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
33
diff
changeset
|
887 |
t_dma2 // user-side test harness for DMAv2 framework |
0 | 888 |
|
889 |
// Example RTOS personality |
|
890 |
../personality/example/t_expers support |
|
891 |
||
892 |
// Text notifier tests |
|
893 |
t_textnotifier |
|
894 |
textnotifier2 support |
|
895 |
||
896 |
// /E32TEST/CPPEXCEPTIONS |
|
897 |
#ifdef WINS |
|
898 |
t_romtable2 |
|
899 |
#endif // WINS |
|
900 |
||
901 |
#if defined(MARM_ARMV5) || defined(MARM_ARMV4) |
|
902 |
#if defined(__LEAVE_EQUALS_THROW__) |
|
903 |
t_romtable |
|
904 |
t_romtable2 |
|
905 |
#endif |
|
906 |
t_drtaeabi support |
|
907 |
#endif |
|
908 |
||
909 |
t_unmap |
|
910 |
t_unmap2 support |
|
911 |
d_unmap support |
|
912 |
d_unmap2 support |
|
913 |
||
914 |
t_cputime |
|
915 |
||
916 |
t_setkey manual |
|
917 |
||
918 |
t_cachechunk |
|
919 |
#if !defined(WINS) |
|
920 |
t_demandpaging |
|
921 |
#if !defined(X86) |
|
922 |
t_codepaging |
|
923 |
t_codepaging_dll support |
|
924 |
t_codepaging_dll2 support |
|
925 |
t_codepaging_dll3 support |
|
926 |
t_codepaging_dll4 support |
|
927 |
t_codepaging_dll5 support |
|
928 |
t_codepaging_dll6 support |
|
929 |
t_codepaging_dll7 support |
|
930 |
dpinfo manual |
|
931 |
#endif |
|
932 |
||
933 |
// t_dpapi suffixes: |
|
934 |
// c => ram loaded code |
|
935 |
// p => pageddata |
|
936 |
// u => unpageddata |
|
937 |
t_dpapi |
|
938 |
t_dpapi_p |
|
939 |
t_dpapi_u |
|
940 |
t_dpapi_c |
|
941 |
t_dpapi_cp |
|
942 |
t_dpapi_cu |
|
943 |
||
944 |
t_datapaging |
|
33
0173bcd7697c
Revision: 201001
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
945 |
t_pagetable_limit |
0 | 946 |
t_svrpinning |
947 |
t_svrpinning_p |
|
948 |
t_svrpinning_up |
|
949 |
t_tbus_datapaging |
|
950 |
#endif |
|
951 |
t_wdpsoak support |
|
952 |
t_pin |
|
953 |
t_kblockmap |
|
954 |
t_thrash |
|
955 |
||
956 |
// Examples for demand paging device driver migration |
|
957 |
t_pagingexample |
|
958 |
||
959 |
// Pipe tests related mmps |
|
960 |
t_pipe.mmp |
|
961 |
t_pipe2.mmp support |
|
962 |
t_pipe3.mmp support |
|
963 |
t_pipe5.mmp support |
|
964 |
t_pipe4.mmp |
|
965 |
||
966 |
// Page moving tests |
|
967 |
#if !defined(WINS) && !defined(X86) |
|
968 |
t_pagemove |
|
969 |
t_pagemove_dll support |
|
970 |
t_pmwsd support |
|
971 |
t_defragperf |
|
972 |
t_defragtestperf support |
|
973 |
t_defragdll0 support |
|
974 |
#endif |
|
975 |
||
976 |
// /E32TEST/RESMANUS tests |
|
977 |
#if !defined X86 |
|
978 |
../resmanus/t_resmanus |
|
979 |
../resmanus/t_resmanuskern |
|
980 |
../resmanus/t_resmanusextended |
|
981 |
#endif |
|
982 |
||
983 |
// /E32TEST/RESOURCEMAN tests |
|
984 |
#if !defined X86 |
|
985 |
t_rescontrolcli |
|
986 |
t_extendedrescontrolcli |
|
987 |
t_prmacctstsim |
|
988 |
#endif |
|
989 |
||
990 |
// /E32TEST/IIC tests |
|
991 |
#if !defined(X86) |
|
992 |
../iic/t_iic |
|
993 |
#endif |
|
994 |
||
995 |
#if defined(MARM_ARMV5) |
|
996 |
t_oeexport2 |
|
997 |
#endif |
|
998 |
||
999 |
#if defined(MARM_ARMV5) || defined(MARM_ARMV4) |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1000 |
../rm_debug/group/t_trkdummyapp |
0 | 1001 |
#endif |
1002 |
||
1003 |
#if defined(MARM_ARMV5) |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1004 |
../rm_debug/group/t_rmdebug_dll support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1005 |
../rm_debug/group/t_rmdebug_security0 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1006 |
../rm_debug/group/t_rmdebug_security1 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1007 |
../rm_debug/group/t_rmdebug_security2 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1008 |
../rm_debug/group/t_rmdebug_security3 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1009 |
../rm_debug/group/t_rmdebug_app support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1010 |
../rm_debug/group/t_rmdebug2 |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1011 |
../rm_debug/group/t_rmdebug2_oem |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1012 |
../rm_debug/group/t_rmdebug2_oemtoken support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1013 |
../rm_debug/group/t_rmdebug2_oem2 |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1014 |
../rm_debug/group/t_rmdebug2_oemtoken2 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1015 |
../rm_debug/group/t_crashmonitor_lib |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1016 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1017 |
../rm_debug/group/t_rmdebug_app1 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1018 |
../rm_debug/group/t_rmdebug_app2 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1019 |
../rm_debug/group/t_rmdebug_app3 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1020 |
../rm_debug/group/t_rmdebug_app4 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1021 |
../rm_debug/group/t_rmdebug_app5 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1022 |
../rm_debug/group/t_rmdebug_app6 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1023 |
../rm_debug/group/t_rmdebug_app7 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1024 |
../rm_debug/group/t_rmdebug_app8 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1025 |
../rm_debug/group/t_rmdebug_app9 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1026 |
../rm_debug/group/t_rmdebug_app10 support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1027 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1028 |
../rm_debug/group/t_rmdebug_target_launcher support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1029 |
../rm_debug/group/t_rmdebug_multi_target |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1030 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1031 |
../rm_debug/group/t_rmdebug_multi_agent support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1032 |
../rm_debug/group/t_multi_agent_launcher |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1033 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1034 |
|
0 | 1035 |
#endif |
1036 |
||
1037 |
t_stacksize |
|
1038 |
||
1039 |
#if !defined(WINS) && !defined(X86) |
|
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1040 |
t_crazyints |
0 | 1041 |
#endif |
1042 |
||
1043 |
#endif // SMP |
|
1044 |
||
1045 |
t_nanowait |
|
1046 |
smp_demo support |
|
1047 |
||
1048 |
t_bytepair |
|
1049 |
t_destruct |
|
1050 |
t_destruct_slave support |
|
1051 |
t_destruct_dll support |
|
1052 |
t_destruct_dll2 support |
|
1053 |
t_destruct_dll3 support |
|
1054 |
||
1055 |
#include "../examples/examples.inf" |
|
1056 |
// Shared chunk camera driver tests. |
|
1057 |
t_camera_api manual |
|
1058 |
t_camera_gen manual |
|
1059 |
d_mmcsc support |
|
1060 |
||
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1061 |
t_kerncorestats support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1062 |
|
0 | 1063 |
#include "../hcr/hcr.inf" |
90
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1064 |
|
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1065 |
//pci tests |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1066 |
t_pci |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1067 |
// timestamp or fastcounter test |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1068 |
t_timestamp |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1069 |
d_timestamp support |
947f0dc9f7a8
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
36
diff
changeset
|
1070 |