OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
cmake-3.10
/
Help
/
prop_test
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:00:25 AM
rwxr-xr-x
📄
ATTACHED_FILES.rst
206 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
ATTACHED_FILES_ON_FAIL.rst
218 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
COST.rst
235 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
DEPENDS.rst
467 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
DISABLED.rst
690 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
ENVIRONMENT.rst
319 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
FAIL_REGULAR_EXPRESSION.rst
406 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
FIXTURES_CLEANUP.rst
1.83 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
FIXTURES_REQUIRED.rst
4.8 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
FIXTURES_SETUP.rst
1.89 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
LABELS.rst
117 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
MEASUREMENT.rst
268 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
PASS_REGULAR_EXPRESSION.rst
483 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
PROCESSORS.rst
574 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
REQUIRED_FILES.rst
155 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
RESOURCE_LOCK.rst
277 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
RUN_SERIAL.rst
229 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
SKIP_RETURN_CODE.rst
325 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
TIMEOUT.rst
318 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
TIMEOUT_AFTER_MATCH.rst
1.39 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
WILL_FAIL.rst
184 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
WORKING_DIRECTORY.rst
185 bytes
01/18/2018 02:48:42 PM
rw-r--r--
Editing: PASS_REGULAR_EXPRESSION.rst
Close
PASS_REGULAR_EXPRESSION ----------------------- The output must match this regular expression for the test to pass. If set, the test output will be checked against the specified regular expressions and at least one of the regular expressions has to match, otherwise the test will fail. Example: .. code-block:: cmake set_tests_properties(mytest PROPERTIES PASS_REGULAR_EXPRESSION "TestPassed;All ok" ) ``PASS_REGULAR_EXPRESSION`` expects a list of regular expressions.