Home | History | Annotate | Download | only in mac

Lines Matching refs:CHDIR

25     CHDIR = 'objc-gc'
26 test.run_gyp('test.gyp', chdir=CHDIR)
34 test.build('test.gyp', 'gc_exe_fails', chdir=CHDIR, status=build_error_code)
36 'test.gyp', 'gc_off_exe_req_lib', chdir=CHDIR, status=build_error_code)
38 test.build('test.gyp', 'gc_req_exe', chdir=CHDIR)
39 test.run_built_executable('gc_req_exe', chdir=CHDIR, stdout="gc on: 1\n")
41 test.build('test.gyp', 'gc_exe_req_lib', chdir=CHDIR)
43 'gc_exe_req_lib', chdir=CHDIR, stdout="gc on: 1\n")
45 test.build('test.gyp', 'gc_exe', chdir=CHDIR)
46 test.run_built_executable('gc_exe', chdir=CHDIR, stdout="gc on: 1\n")
48 test.build('test.gyp', 'gc_off_exe', chdir=CHDIR)
49 test.run_built_executable('gc_off_exe', chdir=CHDIR, stdout="gc on: 0\n")