Home | History | Annotate | Download | only in win

Lines Matching refs:CHDIR

18   CHDIR = 'compiler-flags'
19 test.run_gyp('warning-level.gyp', chdir=CHDIR)
27 test.build('warning-level.gyp', 'test_wl1_fail', chdir=CHDIR, status=1)
28 test.build('warning-level.gyp', 'test_wl1_pass', chdir=CHDIR)
30 test.build('warning-level.gyp', 'test_wl2_fail', chdir=CHDIR, status=1)
31 test.build('warning-level.gyp', 'test_wl2_pass', chdir=CHDIR)
33 test.build('warning-level.gyp', 'test_wl3_fail', chdir=CHDIR, status=1)
34 test.build('warning-level.gyp', 'test_wl3_pass', chdir=CHDIR)
36 test.build('warning-level.gyp', 'test_wl4_fail', chdir=CHDIR, status=1)
38 test.build('warning-level.gyp', 'test_def_fail', chdir=CHDIR, status=1)
39 test.build('warning-level.gyp', 'test_def_pass', chdir=CHDIR)