Commit ede90ba6 by Bernhard M. Wiedemann Committed by Roman Lebedev

Make tests pass on 1-core VMs (#653)

found while working on reproducible builds for openSUSE To reproduce there osc checkout openSUSE:Factory/benchmark && cd $_ osc build -j1 --vm-type=kvm
parent af441fc1
...@@ -17,7 +17,7 @@ static int AddContextCases() { ...@@ -17,7 +17,7 @@ static int AddContextCases() {
{ {
{"%int[-/]%int[-/]%int %int:%int:%int$", MR_Default}, {"%int[-/]%int[-/]%int %int:%int:%int$", MR_Default},
{"Running .*/reporter_output_test(\\.exe)?$", MR_Next}, {"Running .*/reporter_output_test(\\.exe)?$", MR_Next},
{"Run on \\(%int X %float MHz CPU s\\)", MR_Next}, {"Run on \\(%int X %float MHz CPU s?\\)", MR_Next},
}); });
AddCases(TC_JSONOut, AddCases(TC_JSONOut,
{{"^\\{", MR_Default}, {{"^\\{", MR_Default},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment