Skip to content
Snippets Groups Projects
Commit a605df5f authored by david_williams's avatar david_williams
Browse files

244986 [performance tests] No Results for WTP Tests

parent 556a581f
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,10 @@ public class DB_Results {
"org.eclipse.swt", //$NON-NLS-1$
"org.eclipse.team", //$NON-NLS-1$
"org.eclipse.ua", //$NON-NLS-1$
"org.eclipse.ui" //$NON-NLS-1$
"org.eclipse.ui", //$NON-NLS-1$
"org.eclipse.wst", //$NON-NLS-1$
"org.eclipse.jst", //$NON-NLS-1$
"org.eclipse.jpt", //$NON-NLS-1$
};
//---- private implementation
......@@ -534,9 +537,9 @@ private void internalQueryAllVariations(String configPattern) {
storeConfig(tokenizer.nextToken()); // 'eclipseperfwin2_R3.3'
tokenizer.nextToken(); // 'jvm'
String vmName = tokenizer.nextToken(); // 'sun'
if (vmName.equals(SUPPORTED_VMS[0])) {
storeBuildName(buildName);
}
// if (vmName.equals(SUPPORTED_VMS[0])) {
storeBuildName(buildName);
// }
}
System.arraycopy(BUILDS, 0, BUILDS = new String[BUILDS_LENGTH], 0, BUILDS_LENGTH);
for (int i=0; i<MAX_CONFIGS; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment