Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Sample Pass Fail 1.0.0
pts/sample-pass-fail-1.0.0
- 19 September 2015 -
Basic test test profile for pass/fail result type.
install.sh
#!/bin/sh echo "#!/bin/sh echo \"PASS,PASS,FAIL,PASS\" > \$LOG_FILE echo \$? > ~/test-exit-status" > sample-pass-fail chmod +x sample-pass-fail
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Sample Pass Fail</Title> <Description>An example test profile of handling pass/fail type testing rather than performance related.</Description> <ResultScale>CPU Power Management, Thermal Zones, Suspend</ResultScale> <DisplayFormat>PASS_FAIL</DisplayFormat> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, OSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Unverified</Status> <EnvironmentSize>1</EnvironmentSize> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>