Normal suite (default — Stress excluded)
┌──────────┬───────┬─────────┬────────┬────────┬─────────────┐
│ Platform │ Found │ Ignored │ Passed │ Failed │ Time │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Win32 │ 322 │ 0 │ 322 │ 0 │ 40 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Win64 │ 322 │ 0 │ 322 │ 0 │ 42 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Linux64 │ 325 │ 3 │ 322 │ 0 │ 32 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Android │ 325 │ 3 │ 322 │ 0 │ 38 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Total │ │ │ 1288 │ 0 │ ~2 min 32 s │
└──────────┴───────┴─────────┴────────┴────────┴─────────────┘
Stress only (--include:Stress)
┌──────────┬───────┬─────────┬────────┬────────┬─────────────┐
│ Platform │ Found │ Ignored │ Passed │ Failed │ Time │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Win32 │ 7 │ 0 │ 7 │ 0 │ 293 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Win64 │ 7 │ 0 │ 7 │ 0 │ 293 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Linux64 │ 7 │ 0 │ 7 │ 0 │ 275 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Android │ 7 │ 0 │ 7 │ 0 │ 284 s │
├──────────┼───────┼─────────┼────────┼────────┼─────────────┤
│ Total │ │ │ 28 │ 0 │ ~19 min 5 s │
└──────────┴───────┴─────────┴────────┴────────┴─────────────┘
Does this mean OTL becomes cross platform? :) Will it use another abstractions for thread management ? (not TThread and messages queues), or on Windows all will work "as before", but on Linux/Android it will use another approach?
ReplyDelete