Displaying 4 results from an estimated 4 matches for "test_suite_run_type".
2018 Jun 19
2
Using lnt to run SPEC tests: possible or not?
It appears that lnt has the capability to run the
SPEC2000/2006/2017(maybe) tests from looking at the options and from
poking around in the mailing list archives. Or does it? I experimented
a bit and cannot get it to work right. However, it isn't really
documented anywhere so maybe I didn't set it up properly. Plus there's
all the mention of llvmgcc...
So is anyone doing
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...>>>>>>> + string(REPLACE ";" " " JOINED_ARGUMENTS
>>>>>>> "${ARGS_UNPARSED_ARGUMENTS}")
>>>>>>> + if(NOT DEFINED ARGS_RUN_TYPE OR "${ARGS_RUN_TYPE}" STREQUAL
>>>>>>> "${TEST_SUITE_RUN_TYPE}")
>>>>>>> + set(TESTSCRIPT "${TESTSCRIPT}METRIC: ${ARGS_METRIC}:
>>>>>>> ${JOINED_ARGUMENTS}\n")
>>>>>>> + endif()
>>>>>>> +endmacro()
>>>>>>> +
>>>>>>>...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...>>>> + string(REPLACE ";" " " JOINED_ARGUMENTS
>>>>>>>> "${ARGS_UNPARSED_ARGUMENTS}")
>>>>>>>> + if(NOT DEFINED ARGS_RUN_TYPE OR "${ARGS_RUN_TYPE}" STREQUAL
>>>>>>>> "${TEST_SUITE_RUN_TYPE}")
>>>>>>>> + set(TESTSCRIPT "${TESTSCRIPT}METRIC: ${ARGS_METRIC}:
>>>>>>>> ${JOINED_ARGUMENTS}\n")
>>>>>>>> + endif()
>>>>>>>> +endmacro()
>>>>>>>> +
>>&...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...> + string(REPLACE ";" " " JOINED_ARGUMENTS
>>>>>>>>> "${ARGS_UNPARSED_ARGUMENTS}")
>>>>>>>>> + if(NOT DEFINED ARGS_RUN_TYPE OR "${ARGS_RUN_TYPE}" STREQUAL
>>>>>>>>> "${TEST_SUITE_RUN_TYPE}")
>>>>>>>>> + set(TESTSCRIPT "${TESTSCRIPT}METRIC: ${ARGS_METRIC}:
>>>>>>>>> ${JOINED_ARGUMENTS}\n")
>>>>>>>>> + endif()
>>>>>>>>> +endmacro()
>>>>>>>...