--- 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"