Searched defs:test (Results 101 - 125 of 3629) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/ninja/empty-and-non-empty-duplicate-name/
H A Dgyptest-empty-and-non-empty-duplicate-name.py14 test = TestGyp.TestGyp(formats=['ninja']) variable
16 test.run_gyp('test.gyp')
19 test.must_not_contain('out/Default/build.ninja', 'build empty_target: phony\r')
20 test.must_not_contain('out/Default/build.ninja', 'build empty_target: phony\n')
22 test.pass_test()
/external/chromium_org/tools/gyp/test/no-output/
H A Dgyptest-no-output.py14 # target either. Disabling this test for now.
15 test = TestGyp.TestGyp(formats=['!ninja']) variable
17 test.run_gyp('nooutput.gyp', chdir='src')
18 test.relocate('src', 'relocate/src')
19 test.build('nooutput.gyp', chdir='relocate/src')
21 test.pass_test()
/external/chromium_org/tools/gyp/test/product/
H A Dgyptest-product.py15 test = TestGyp.TestGyp(formats=['!android']) variable
17 test.run_gyp('product.gyp')
18 test.build('product.gyp')
21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
23 test.built_file_must_exist('yoalt3.stuff', test
[all...]
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-input-root.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('input-root.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('input-root.gyp', target='test', chdir='relocate/src')
25 test.run_built_executable('test', chdir='relocate/src', stdout=expect)
26 test.pass_test()
/external/chromium_org/tools/gyp/test/rules-use-built-dependencies/
H A Dgyptest-use-built-dependencies.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('use-built-dependencies-rule.gyp', chdir='src')
16 test.relocate('src', 'relocate/src')
17 test.build('use-built-dependencies-rule.gyp', chdir='relocate/src')
19 test.built_file_must_exist('main_output', chdir='relocate/src')
20 test.built_file_must_match('main_output', 'output', chdir='relocate/src')
22 test.pass_test()
/external/chromium_org/tools/gyp/test/same-rule-output-file-name/
H A Dgyptest-all.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('subdirs.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('subdirs.gyp', test.ALL, chdir='relocate/src')
20 test.must_exist('relocate/src/subdir1/rule.txt')
21 test.must_exist('relocate/src/subdir2/rule.txt')
23 test.pass_test()
/external/chromium_org/tools/gyp/test/same-source-file-name/
H A Dgyptest-all.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('all.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', test.ALL, chdir='relocate/src')
31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
34 test.pass_test()
H A Dgyptest-default.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('all.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('all.gyp', chdir='relocate/src')
31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
34 test.pass_test()
H A Dgyptest-pass-executable.py16 test = TestGyp.TestGyp(formats=['!msvs']) variable
18 test.run_gyp('double-executable.gyp', chdir='src')
20 test.relocate('src', 'relocate/src')
22 test.build('double-executable.gyp', test.ALL, chdir='relocate/src')
31 test.run_built_executable('prog3', chdir='relocate/src', stdout=expect)
33 test.pass_test()
/external/chromium_org/tools/gyp/test/same-target-name/
H A Dgyptest-same-target-name.py13 test = TestGyp.TestGyp() variable
16 test.run_gyp('all.gyp', chdir='src', status=1, stderr=None)
18 test.pass_test()
/external/chromium_org/tools/gyp/test/same-target-name-different-directory/
H A Dgyptest-all.py13 test = TestGyp.TestGyp(formats=['android', 'ninja', 'make']) variable
15 test.run_gyp('subdirs.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
20 test.build('subdirs.gyp', 'target', chdir='relocate/src')
21 test.must_exist('relocate/src/subdir1/action1.txt')
22 test.must_exist('relocate/src/subdir2/action2.txt')
26 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src')
27 test.must_exist('relocate/src/subdir1/action.txt')
28 test.must_exist('relocate/src/subdir2/action.txt')
32 test
[all...]
/external/chromium_org/tools/gyp/test/sanitize-rule-names/
H A Dgyptest-sanitize-rule-names.py9 broken build files. This test was originally causing broken .ninja files.
14 test = TestGyp.TestGyp() variable
15 test.run_gyp('sanitize-rule-names.gyp')
16 test.build('sanitize-rule-names.gyp', test.ALL)
17 test.pass_test()
/external/chromium_org/tools/gyp/test/self-dependency/
H A Dgyptest-self-dependency.py9 shared_library targets. Regression test for http://crbug.com/122588
14 test = TestGyp.TestGyp() variable
16 test.run_gyp('self_dependency.gyp')
19 test.pass_test()
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dgyptest-commands-repeated-multidir.py14 test = TestGyp.TestGyp() variable
21 test.run_gyp('repeated_multidir/main.gyp', '--no-parallel')
23 test.pass_test()
/external/chromium_org/tools/gyp/test/variables/latelate/
H A Dgyptest-latelate.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('latelate.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('latelate.gyp', test.ALL, chdir='relocate/src')
21 test.run_built_executable(
25 test.pass_test()
/external/chromium_org/v8/test/mjsunit/
H A Darray-push-unshift-read-only-length.js7 function test(mode) { function
42 test("fast properties");
44 test("normalized");
H A Darray-shift3.js8 function test(a) { function
12 assertEquals(["element 1",{}], test([0,,{}]));
13 assertEquals(["element 1",10], test([9,,10]));
14 %OptimizeFunctionOnNextCall(test);
15 assertEquals(["element 1",10], test([9,,10]));
H A Dbounds-checks-elimination.js10 function test(f, arg1, arg2, expected) { function
17 test(function f0() {
21 test(function f1() {
25 test(function f2() {
29 test(function f3() {
33 test(function f4(b) {
37 test(function f5(b) {
41 test(function f6(b) {
47 test(function f7(b) {
53 test(functio
[all...]
H A Dglobal-load-from-eval-in-with.js32 function test(obj, source) { function
39 test({ x: 42 }, "assertEquals(42, x)");
40 test({ y: 42 }, "assertEquals(27, x)");
43 test({ x: 42 }, "function f() { assertEquals(42, x) }; f();");
44 test({ y: 42 }, "function f() { assertEquals(27, x) }; f();");
48 test({ x: 42 }, "function f() { function g() { assertEquals(42, x) }; g() }; f();");
49 test({ y: 42 }, "function f() { function g() { assertEquals(27, x) }; g() }; f();");
52 test({ x: 42 }, "function f() { eval('1'); assertEquals(42, x) }; f();");
53 test({ y: 42 }, "function f() { eval('1'); assertEquals(27, x) }; f();");
57 test({
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js36 function test() { function
39 test();
40 test();
41 %OptimizeFunctionOnNextCall(test);
42 var o = test();
H A Dregress-3260426.js29 // (false in a test context). This should happen even when inlined
33 function test() { return always_false() ? 0 : 1; } function
35 assertEquals(1, test());
H A Dregress-loadfield.js30 // Regression test for GVN on field loads.
38 function test(a) { function
64 test(a);
66 %OptimizeFunctionOnNextCall(test);
67 test(a);
69 test("");
H A Dregress-rep-change.js30 // Regression test for the case where a phi has two input operands with
33 function test(start) { function
43 test(0);
46 %OptimizeFunctionOnNextCall(test);
47 test(0);
/external/chromium_org/v8/test/mjsunit/es6/
H A Dgenerators-poisoned-properties.js9 function test(f) { function
33 function *sloppy() { test(sloppy); }
34 function *strict() { "use strict"; test(strict); }
36 test(sloppy);
37 test(strict);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1132.js33 // If the test starts to fail in Genesis, consider increasing this constant.
35 function test() { function
37 test(1, test(1));
46 test();

Completed in 242 milliseconds

1234567891011>>