Release note: extend tracecompiler tests to Linux fix
authoryiluzhu
Mon, 08 Mar 2010 16:15:28 +0000
branchfix
changeset 351 b7675b3e5a40
parent 350 d8ab7aaead58
child 352 2489b07138d3
child 355 24d0baf736db
Release note: extend tracecompiler tests to Linux
sbsv2/raptor/RELEASE-NOTES.txt
sbsv2/raptor/test/smoke_suite/tracecompiler_general.py
sbsv2/raptor/test/smoke_suite/tracecompiler_variants.py
--- a/sbsv2/raptor/RELEASE-NOTES.txt	Fri Mar 05 16:25:04 2010 +0000
+++ b/sbsv2/raptor/RELEASE-NOTES.txt	Mon Mar 08 16:15:28 2010 +0000
@@ -2,6 +2,7 @@
 
 next version
 - SF Bug 2125 - [Raptor] - tracecompiler what output incorrect if mmp basename contains '.' e.g. fred.prd.mmp 
+- Fix: extend tracecompiler tests to Linux
 
 version 2.12.4
 
--- a/sbsv2/raptor/test/smoke_suite/tracecompiler_general.py	Fri Mar 05 16:25:04 2010 +0000
+++ b/sbsv2/raptor/test/smoke_suite/tracecompiler_general.py	Mon Mar 08 16:15:28 2010 +0000
@@ -18,9 +18,6 @@
 from raptor_tests import AntiTargetSmokeTest
 
 def run():
-	result = SmokeTest.PASS
-	failed = []
-
 	t = SmokeTest()
 	t.description = "Testcases (ID 0101a - 0101d) test trace compiler"
 	# General test for trace compiler, which generates
--- a/sbsv2/raptor/test/smoke_suite/tracecompiler_variants.py	Fri Mar 05 16:25:04 2010 +0000
+++ b/sbsv2/raptor/test/smoke_suite/tracecompiler_variants.py	Mon Mar 08 16:15:28 2010 +0000
@@ -1,11 +1,23 @@
+#
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of the License "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: 
+#
 
 from raptor_tests import SmokeTest
 from raptor_tests import AntiTargetSmokeTest
 
 def run():
-	result = SmokeTest.PASS
-	failed = []
-
 	# 102a - 102b Test running trace compiler on one mmp with different source files controlled macros. 
 	t = AntiTargetSmokeTest()
 	t.description = "Testcases (ID 102a - 102c) test trace compiler running with variants and macros"