Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots-ctest into lp:zorba

2013-01-08 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fots-ctest/+merge/138071
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots-ctest into lp:zorba

2012-12-21 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fots-ctest/+merge/138071
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots-ctest into lp:zorba

2012-12-18 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fots-ctest/+merge/138071
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots-ctest into lp:zorba

2012-12-05 Thread Chris Hillery
Sorin: Take a look at test/fots/README.TXT for an explanation of the 
integration I've done. Please try it out and let me know if you have problems.

I don't think this is ready for merge yet since there is no integration with 
EXPECTED_FAILURE() or anything like it, which is why I haven't voted on it 
myself.

A couple questions:

1. Can the result= attribute of a test-case in FOTS driver output have 
values other than pass or fail? Currently I am determining whether a CTest 
test passes based on this output.

2. Would it be useful (for developers) to also allow CTest tests based on FOTS 
dependencies? If so, is it possible to use cli.xq to get a list of tests for a 
dependency, and to execute all tests for a dependency?
-- 
https://code.launchpad.net/~zorba-coders/zorba/fots-ctest/+merge/138071
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fots-ctest into lp:zorba

2012-12-05 Thread Sorin Marian Nasoi
 A couple questions:
 
 1. Can the result= attribute of a test-case in FOTS driver output have
 values other than pass or fail? Currently I am determining whether a CTest
 test passes based on this output.
I tried to make the default output of FOTS driver the exact thing needed for a 
W3C ocnformance submission.
That is why the values of result are the ones defined in the:
http://dev.w3.org/cvsweb/2011/QT3-test-suite/FOTSResults.xsd?rev=1.2;content-type=text%2Fplain
xsd:simpleType name=resultStatusType


 2. Would it be useful (for developers) to also allow CTest tests based on FOTS
 dependencies? If so, is it possible to use cli.xq to get a list of tests for a
 dependency, and to execute all tests for a dependency?
I do believe this is useful, for instance to run only the tests that have a HOF 
dependency.
:) I do think that is useful, and that is why this is already implemented:
Please try running the FOTS driver CLI with:
[...] -e mode:=list-test-cases -e dependency:=higherOrderFunctions

or
[...] -e mode:=run-test-sets -e testSetPrefixes:=prod -e 
dependency:=higherOrderFunctions_false

this should be exactly what you asked for.
The value passed to 'dependency' attribute should be in the form:
VALUE_SATISFIED. If SATISFIED is missing, 'true' is assumed.
the VALUE are the ones defined in the 
http://bazaar.launchpad.net/~zorba-coders/zorba/fots_driver/view/head:/test/fots_driver/FOTSZorbaManifest.xml
-- 
https://code.launchpad.net/~zorba-coders/zorba/fots-ctest/+merge/138071
Your team Zorba Coders is subscribed to branch lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp