Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: test/win/gyptest-cl-calling-convention.py

Issue 597993003: ninja win: Add support for 'CallingConvention' (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/win/compiler-flags/calling-convention-stdcall.def ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/gyptest-cl-calling-convention.py
diff --git a/test/win/gyptest-midl-excluded.py b/test/win/gyptest-cl-calling-convention.py
similarity index 61%
copy from test/win/gyptest-midl-excluded.py
copy to test/win/gyptest-cl-calling-convention.py
index 70059ab64bede557440a70ab0bbedbf42765a466..b5fdc477440939a5c720f48c687ee041aa5121a6 100644
--- a/test/win/gyptest-midl-excluded.py
+++ b/test/win/gyptest-cl-calling-convention.py
@@ -5,7 +5,7 @@
# found in the LICENSE file.
"""
-Test that .idl files in actions and non-native rules are excluded.
+Make sure calling convention setting is extracted properly.
"""
import TestGyp
@@ -15,8 +15,8 @@ import sys
if sys.platform == 'win32':
test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
- CHDIR = 'idl-excluded'
- test.run_gyp('idl-excluded.gyp', chdir=CHDIR)
- test.build('idl-excluded.gyp', test.ALL, chdir=CHDIR)
+ CHDIR = 'compiler-flags'
+ test.run_gyp('calling-convention.gyp', chdir=CHDIR)
+ test.build('calling-convention.gyp', test.ALL, chdir=CHDIR)
test.pass_test()
« no previous file with comments | « test/win/compiler-flags/calling-convention-stdcall.def ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698