/external/chromium_org/chrome/test/functional/ispy/server/ |
main_view_handler.py | 31 If the test_run parameter is specified, then a page displaying all of 32 the failed runs in the test_run will be shown. Otherwise a view listing 35 test_run = self.request.get('test_run') 39 if test_run: 40 self._GetForTestRun(test_run, ispy) 54 base_url = '/?test_run=%s' 55 data['links'] = [(test_run, base_url % test_run) for test_run in test_runs [all...] |
update_mask_handler.py | 31 test_run = self.request.get('test_run') 35 if not (test_run and expectation): 38 {'error': '\'test_run\' and \'expectation\' must be ' 45 if not self.ispy.FailureExists(test_run, expectation): 51 failure = self.ispy.GetFailure(test_run, expectation) 57 self.ispy.RemoveFailure(test_run, expectation) 59 self.redirect('/?test_run=%s' % test_run)
|
debug_view_handler.py | 28 test_run: The test run. 31 test_run = self.request.get('test_run') 34 actual_path = ispy_utils.GetFailurePath(test_run, expectation, 'actual.png') 42 data['test_run'] = test_run
|
/external/chromium_org/chrome/test/functional/ispy/common/ |
ispy_utils.py | 36 def GetFailurePath(test_run, expectation, file_name=''): 40 test_run: name of the test run. 47 return 'failures/%s/%s/%s' % (test_run, expectation, file_name) 119 def PerformComparison(self, test_run, expectation, actual): 123 test_run: the name of the test_run. 139 GetFailurePath(test_run, expectation, 'actual.png'), actual) 142 self.UploadImage(GetFailurePath(test_run, expectation, 'diff.png'), diff) 144 GetFailurePath(test_run, expectation, 'info.txt'), 184 def FailureExists(self, test_run, expectation) [all...] |
/external/chromium_org/chrome/test/functional/ispy/client/ |
chrome_utils.py | 137 def PerformComparison(self, test_run, device_type, expectation, 142 test_run: name for the test run. 152 test_run,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimerTaskTest.java | 216 public void test_run() { method in class:TimerTaskTest
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
runner_unittest.py | 90 def test_run(self, verbose=0, timing=False, child_processes=1, quiet=False): member in class:RunnerTest
|
/libcore/luni/src/test/java/tests/api/java/util/ |
TimerTaskTest.java | 218 public void test_run() { method in class:TimerTaskTest
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_clib.py | 105 def test_run(self): member in class:BuildCLibTestCase
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_clib.py | 105 def test_run(self): member in class:BuildCLibTestCase
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 192 def test_run(self): member in class:Test_TestSuite
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 192 def test_run(self): member in class:Test_TestSuite
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadTest.java | 747 public void test_run() { method in class:ThreadTest
|