sbsv2/raptor/test/smoke_suite/openenvironment.py
branchfix
changeset 40 afaf81347e0a
parent 3 e1eecf4d390d
equal deleted inserted replaced
39:164b0547f8a5 40:afaf81347e0a
    18 
    18 
    19 def run():
    19 def run():
    20 	t = SmokeTest()
    20 	t = SmokeTest()
    21 	t.id = "39"
    21 	t.id = "39"
    22 	t.name = "openenvironment"
    22 	t.name = "openenvironment"
    23 	t.description = "Test STDEXE, STDLIB and STDDLL creation; Test open " + \
    23 	t.description = """Test STDEXE, STDLIB and STDDLL creation; Test open environment project linking against a symbian environment
    24 			"environment project linking against a symbian environment " + \
    24 		library; Test symbian environment project linking against an open environment library"""
    25 			"library; Test symbian environment project linking against an " + \
       
    26 			"open environment library"
       
    27 	t.usebash = True
    25 	t.usebash = True
    28 	t.command = "sbs -k -b smoke_suite/test_resources/oe/group/bld.inf -c armv5 " \
    26 	t.command = "sbs -k -b smoke_suite/test_resources/oe/group/bld.inf -c armv5 -c winscw " + \
    29 			+ "-c winscw -m ${SBSMAKEFILE} -f ${SBSLOGFILE}; grep -E \"(armlink|checklib)\" ${SBSLOGFILE} "
    27 		"-m ${SBSMAKEFILE} -f ${SBSLOGFILE}; grep -E \"(armlink|checklib|mwldsym2)\" ${SBSLOGFILE}"
    30 	t.targets = [
    28 	t.targets = [
    31 		"$(EPOCROOT)/epoc32/release/armv5/urel/t_oedll.dll.sym",
    29 		"$(EPOCROOT)/epoc32/release/armv5/urel/t_oedll.dll.sym",
    32 		"$(EPOCROOT)/epoc32/release/armv5/urel/symbian_test.lib",
    30 		"$(EPOCROOT)/epoc32/release/armv5/urel/symbian_test.lib",
    33 		"$(EPOCROOT)/epoc32/release/armv5/urel/t_oeexe.exe.map",
    31 		"$(EPOCROOT)/epoc32/release/armv5/urel/t_oeexe.exe.map",
    34 		"$(EPOCROOT)/epoc32/release/armv5/urel/t_oelib.lib",
    32 		"$(EPOCROOT)/epoc32/release/armv5/urel/t_oelib.lib",
   211 		t.mustnotmatch = [
   209 		t.mustnotmatch = [
   212 			'.*armlink.*oe_exe_without_stdcpp.*stdnew.dso.*',
   210 			'.*armlink.*oe_exe_without_stdcpp.*stdnew.dso.*',
   213 			'.*armlink.*symbian_exe_with_stdcpp.*scppnwdl.dso.*',
   211 			'.*armlink.*symbian_exe_with_stdcpp.*scppnwdl.dso.*',
   214 			'.*armlink.*oedll.*scppnwdl.dso.*',
   212 			'.*armlink.*oedll.*scppnwdl.dso.*',
   215 			'.*armlink.*oeexe.*scppnwdl.dso.*',
   213 			'.*armlink.*oeexe.*scppnwdl.dso.*',
   216 			'.*armlink.*symbian_newlib.exe.*stdnew.dso.*'
   214 			'.*armlink.*symbian_newlib.exe.*stdnew.dso.*',
       
   215 			'.*mwldsym2.*scppnwdl.lib.*symbian_exe_with_stdcpp.exe.*'
   217 		]
   216 		]
   218 	else: 
   217 	else: 
   219 		# these files will build for 9.4
   218 		# these files will build for 9.4
   220 		t.targets.extend([
   219 		t.targets.extend([
   221 			"$(EPOCROOT)/epoc32/release/winscw/urel/wrong_newlib_test_oeexe.exe",
   220 			"$(EPOCROOT)/epoc32/release/winscw/urel/wrong_newlib_test_oeexe.exe",