# HG changeset patch # User yiluzhu # Date 1268064928 0 # Node ID b7675b3e5a4092131ef48ae0ec754d38b567014f # Parent d8ab7aaead5818807ca17b47a4702d0a8345e934 Release note: extend tracecompiler tests to Linux diff -r d8ab7aaead58 -r b7675b3e5a40 sbsv2/raptor/RELEASE-NOTES.txt --- 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 diff -r d8ab7aaead58 -r b7675b3e5a40 sbsv2/raptor/test/smoke_suite/tracecompiler_general.py --- 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 diff -r d8ab7aaead58 -r b7675b3e5a40 sbsv2/raptor/test/smoke_suite/tracecompiler_variants.py --- 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"