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

Unified Diff: test/same-source-file-name/gyptest-pass-shared.py

Issue 1153703002: Update shared_library test after c0cf1f22eb (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: . Created 5 years, 7 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 | « no previous file | test/same-source-file-name/gyptest-shared.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/same-source-file-name/gyptest-pass-shared.py
diff --git a/test/same-gyp-name/gyptest-library.py b/test/same-source-file-name/gyptest-pass-shared.py
old mode 100644
new mode 100755
similarity index 57%
copy from test/same-gyp-name/gyptest-library.py
copy to test/same-source-file-name/gyptest-pass-shared.py
index 957a4a52d64cace4be6b4a4064fc56219b0d37dc..a498f1a8460ba4746cbe59366979390cdf349f5f
--- a/test/same-gyp-name/gyptest-library.py
+++ b/test/same-source-file-name/gyptest-pass-shared.py
@@ -5,16 +5,14 @@
# found in the LICENSE file.
"""
-Verifies that a dependency on two gyp files with the same name do not create a
-uid collision in the resulting generated xcode file.
+Checks that gyp does not fail on shared_library targets which have several files
+with the same basename.
"""
import TestGyp
-import sys
-
test = TestGyp.TestGyp()
-test.run_gyp('test.gyp', chdir='library')
+test.run_gyp('double-shared.gyp', chdir='src')
test.pass_test()
« no previous file with comments | « no previous file | test/same-source-file-name/gyptest-shared.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698