HomeSort by relevance Sort by last modified time
    Searched full:run_test_script (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
test-webkit-scripts 56 def run_test_script(self, script_title, script_path, args=None): member in class:ScriptsTester
72 self.run_test_script('Perl scripts', self.script_path('test-webkitperl'))
73 self.run_test_script('Python scripts', self.script_path('test-webkitpy'),
75 self.run_test_script('Ruby scripts', self.script_path('test-webkitruby'))
  /external/chromium_org/third_party/sqlite/src/test/
malloc3.test 147 # ::run_test_script. At the end of this file, the proc [run_test] is used
150 set ::run_test_script [list]
151 proc TEST {id t} {lappend ::run_test_script -test [list $id $t]}
152 proc PREP {p} {lappend ::run_test_script -prep [string trim $p]}
153 proc DEBUG {s} {lappend ::run_test_script -debug $s}
169 lappend ::run_test_script -sql [list true [string trim $a1]]
171 lappend ::run_test_script -sql [list false [string trim $a2]]
649 run_test $::run_test_script 1
661 run_test $::run_test_script 0
enc2.test 70 proc run_test_script {t enc} {
166 run_test_script enc2-$i $enc

Completed in 152 milliseconds