Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e56740876ab061ca6ed90103ca675af63fad1fe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

// This file is "static" for now, but eventually may compute and upload
// this file more dynamically.
// BUT, for the moment, the order is important. We expect the order here
// to be the same order as displayed on test results summary page. (And,
// while not sure how that can be controlled, eventually, in either case
// we'd probably want a consistent ordering.

$expectedTestConfigs = array();
$expectedTestConfigs[]="linux.gtk.x86_64_8.0";
$expectedTestConfigs[]="macosx.cocoa.x86_64_7.0";
$expectedTestConfigs[]="win32.win32.x86_7.0";

Back to the top