Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update `etc/ci/check_dynamic_symbols.py` #13946

Merged
merged 1 commit into from Oct 28, 2016
Merged

Conversation

@mmatyas
Copy link
Contributor

mmatyas commented Oct 27, 2016

Update etc/ci/check_dynamic_symbols.py to work after the latest changes in the Android build system.

Part of #13154.


This change is Reviewable

@highfive
Copy link

highfive commented Oct 27, 2016

Heads up! This PR modifies the following files:

@mmatyas
Copy link
Contributor Author

mmatyas commented Oct 27, 2016


symbol_regex = re.compile(b"D \*UND\*\t(.*) (.*)$")
allowed_symbols = frozenset([b'unshare', b'malloc_usable_size'])
actual_symbols = set()

objdump_output = subprocess.check_output([
'arm-linux-androideabi-objdump',
os.environ['ANDROID_NDK'] + '/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump',

This comment has been minimized.

@aneeshusa

aneeshusa Oct 27, 2016

Member

Please use os.path.join.

@mmatyas mmatyas force-pushed the mmatyas:android_dyncheck branch from 175e9cd to b0d2382 Oct 28, 2016
@mmatyas
Copy link
Contributor Author

mmatyas commented Oct 28, 2016

Ok, updated.

@larsbergstrom
Copy link
Contributor

larsbergstrom commented Oct 28, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Oct 28, 2016

📌 Commit b0d2382 has been approved by larsbergstrom

@bors-servo
Copy link
Contributor

bors-servo commented Oct 28, 2016

Testing commit b0d2382 with merge ccf355a...

bors-servo added a commit that referenced this pull request Oct 28, 2016
Update `etc/ci/check_dynamic_symbols.py`

Update `etc/ci/check_dynamic_symbols.py` to work after [the latest changes](#13945) in the Android build system.

Part of #13154.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13946)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Oct 28, 2016

💔 Test failed - linux-dev

@larsbergstrom
Copy link
Contributor

larsbergstrom commented Oct 28, 2016

@bors-servo retry

  • infra
@bors-servo
Copy link
Contributor

bors-servo commented Oct 28, 2016

Testing commit b0d2382 with merge b661f06...

bors-servo added a commit that referenced this pull request Oct 28, 2016
Update `etc/ci/check_dynamic_symbols.py`

Update `etc/ci/check_dynamic_symbols.py` to work after [the latest changes](#13945) in the Android build system.

Part of #13154.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13946)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Oct 28, 2016

@bors-servo bors-servo merged commit b0d2382 into servo:master Oct 28, 2016
2 of 3 checks passed
2 of 3 checks passed
continuous-integration/appveyor/pr AppVeyor build failed
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@mmatyas mmatyas deleted the mmatyas:android_dyncheck branch Nov 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

6 participants
You can’t perform that action at this time.