# HG changeset patch # User Iain Williamson # Date 1265293693 0 # Node ID 903b0cf4d64df3a772dd6474c8347e57611fba2c # Parent faf065016d1f8ba2ae7f7d39e0bc66b59f06ef3a Bug 1569 - Making test case skip on Linux while TC doesn't support Linux diff -r faf065016d1f -r 903b0cf4d64d sbsv2/raptor/test/smoke_suite/tracecompiler_incremental.py --- a/sbsv2/raptor/test/smoke_suite/tracecompiler_incremental.py Wed Feb 03 18:27:39 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/tracecompiler_incremental.py Thu Feb 04 14:28:13 2010 +0000 @@ -43,14 +43,14 @@ "$(EPOCROOT)/epoc32/ost_dictionaries/testTC_0x1000008d_Dictionary.xml", "$(EPOCROOT)/epoc32/include/internal/symbiantraces/autogen/testTC_0x1000008d_TraceDefinitions.h" ] - t.run() + t.run("windows") t.id = "114c" t.name = "tracecompiler_incremental_rebuild" t.command = "touch smoke_suite/test_resources/tracecompiler/testTC/src/wlanhwinit.cpp && sbs -b smoke_suite/test_resources/tracecompiler/testTC/group/bld.inf -c armv5_urel.tracecompiler -f - -m ${SBSMAKEFILE}" t.countmatch = [ ["name='compile'",1] ] t.targets = [] - t.run() + t.run("windows") t.id = "114" t.name = "tracecompiler_incremental"