HomeSort by relevance Sort by last modified time
    Searched refs:moz_src (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/
mkhtml.pl 3 # mkhtml.pl cruises through your $MOZ_SRC/mozilla/js/tests/ subdirectories,
5 # $MOZ_SRC/mozilla/js/tests/$suite/shell.js, $
6 # MOZ_SRC/mozilla/js/tests/$suite/browser.js,
11 $moz_src = $ENV{"MOZ_SRC"} ||
12 die ("You need to set your MOZ_SRC environment variable.\n");
14 $test_home = $moz_src ."/js/tests/";
29 $js_test_dir = $moz_src . "/js/tests/" . $ARGV[0] ."/";
runtests.pl 14 # %MOZ_SRC/mozilla/js/src/[platform]-[platform-version]-OPT.OBJ/js,
214 # MOZ_SRC must be set, so we can figure out where the
216 $moz_src = $ENV{"MOZ_SRC"}
217 || die( "You need to set your MOZ_SRC environment variable.\n" );
218 $src_dir = $moz_src . '/mozilla/js/src/';
223 # if it's not set, look for it relative to $moz_src
225 $test_dir = $moz_src . '/mozilla/js/tests/';
288 "Check the value of your MOZ_SRC environment variable.\n" .
289 "Currently, MOZ_SRC is set to $ENV{\"MOZ_SRC\"}\n"
    [all...]

Completed in 35 milliseconds