Displaying 3 results from an estimated 3 matches for "metricscript".
Did you mean:
metricscripts
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...testscript.parse(test.getSourcePath())
>>>>>>> if litConfig.noExecute:
>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>> - runscript, verifyscript = res
>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>
>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T,
>>>>>>> ...)
>>>>>>> tmpDir, tmpBase = getTempPaths(test)
>>>>>>> @@ -65,6 +65,8 @@ class TestSuiteTes...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...(test.getSourcePath())
>>>>>>>> if litConfig.noExecute:
>>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>>> - runscript, verifyscript = res
>>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>>
>>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T,
>>>>>>>> ...)
>>>>>>>> tmpDir, tmpBase = getTempPaths(test)
>>>>>>>> @@ -65,6 +65,8 @...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...ath())
>>>>>>>>> if litConfig.noExecute:
>>>>>>>>> return lit.Test.Result(Test.PASS)
>>>>>>>>> - runscript, verifyscript = res
>>>>>>>>> + runscript, verifyscript, metricscripts = res
>>>>>>>>>
>>>>>>>>> # Apply the usual lit substitutions (%s, %S, %p, %T,
>>>>>>>>> ...)
>>>>>>>>> tmpDir, tmpBase = getTempPaths(test)
>>>>>>>>&...