Chromium Code Reviews| Index: test/win/gyptest-link-enable-winrt.py |
| diff --git a/test/win/gyptest-link-enable-winrt.py b/test/win/gyptest-link-enable-winrt.py |
| index 283863ced7a09ee751a76ef58d235ec283672d2a..28b0f5d1a6ae3a74907ad116cc64a8eacfdff7d6 100644 |
| --- a/test/win/gyptest-link-enable-winrt.py |
| +++ b/test/win/gyptest-link-enable-winrt.py |
| @@ -27,6 +27,13 @@ if (sys.platform == 'win32' and |
| test.build('enable-winrt.gyp', 'enable_winrt_dll', chdir=CHDIR) |
| + test.build('enable-winrt.gyp', 'enable_winrt_81_revision_dll', chdir=CHDIR) |
|
scottmg
2015/05/13 22:17:33
then remove these from here
coop
2015/05/13 22:40:51
Done.
|
| + |
| + test.build('enable-winrt.gyp', 'enable_winrt_82_revision_dll', chdir=CHDIR) |
| + |
| + test.build('enable-winrt.gyp', 'enable_winrt_invalid_revision_dll', |
| + chdir=CHDIR, status=1) |
| + |
| test.build('enable-winrt.gyp', 'enable_winrt_missing_dll', chdir=CHDIR, |
| status=1) |