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

Unified Diff: test/win/gyptest-cl-floating-point-model.py

Issue 720153005: ninja win: Add msvs emulation for FloatingPointModel (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Better test, set /fp:precise by default Created 6 years, 1 month 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/floating-point-model-strict.cc ('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-floating-point-model.py
diff --git a/test/win/gyptest-cl-calling-convention.py b/test/win/gyptest-cl-floating-point-model.py
similarity index 56%
copy from test/win/gyptest-cl-calling-convention.py
copy to test/win/gyptest-cl-floating-point-model.py
index b5fdc477440939a5c720f48c687ee041aa5121a6..86ff4785a07a7db0888d541993622115ed832ade 100644
--- a/test/win/gyptest-cl-calling-convention.py
+++ b/test/win/gyptest-cl-floating-point-model.py
@@ -5,7 +5,7 @@
# found in the LICENSE file.
"""
-Make sure calling convention setting is extracted properly.
+Make sure floating point model settings are extracted properly.
"""
import TestGyp
@@ -13,10 +13,10 @@ import TestGyp
import sys
if sys.platform == 'win32':
- test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
+ test = TestGyp.TestGyp()
CHDIR = 'compiler-flags'
- test.run_gyp('calling-convention.gyp', chdir=CHDIR)
- test.build('calling-convention.gyp', test.ALL, chdir=CHDIR)
+ test.run_gyp('floating-point-model.gyp', chdir=CHDIR)
+ test.build('floating-point-model.gyp', test.ALL, chdir=CHDIR)
test.pass_test()
« no previous file with comments | « test/win/compiler-flags/floating-point-model-strict.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698