run_nightly.py | 87 def __init__(self, name, buildConfig, generator, binaryName, testset, args = [], exclude = [], ignore = []): 92 self.testset = testset 304 '--testset=%s' % string.join(config.testset, ","), 369 testset = ["dEQP-GLES2.info.*", "dEQP-GLES2.functional.*", "dEQP-GLES2.usecases.*"], variable 383 testset = ["dEQP-GLES3.info.*", "dEQP-GLES3.functional.*", "dEQP-GLES3.usecases.*"], variable 402 testset = ["dEQP-GLES31.*"], variable 425 testset = ["dEQP-GL3.info.*", "dEQP-GL3.functional.*"], variable 441 testset = ["dEQP-EGL.info.*", "dEQP-EGL.functional.*"] variable 454 testset = ["dEQP-CL.*"], variable [all...] |