Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Apr 2, 2020

Changes since the last patch:

  • Skip some more golden tests on mac (they didn't run last time because the C++ test failures ahead of them killed the runner).
  • Add a couple missing whitelist symbols for android_jit_release_x86
  • Fix up the create_flutter_framework script to use the dsymutil from buildroot, rather than from Xcode. Xcode's dsymutil is segfaulting when mixed with the newer Clang version - it seems like you have to use the later version dsymutil. Tested and working locally.

See also: flutter/buildroot@1bc40a5, #17464

Comment on lines +189 to +191
// jit x86
'__moddi3': 'T',
'__umoddi3': 'T',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new symbols to whitelist.

I manually checked x64, that's fine with the current list.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issues has been addressed in upstream by https://reviews.llvm.org/D77280


if not os.path.isdir(arm64_framework):
print 'Cannot find iOS arm64 Framework at', arm64_framework
print('Cannot find iOS arm64 Framework at %s' % arm64_framework)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the change to the prints?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move them to python3 friendly syntax. I'm assuming at some point the bots will be on python3

@dnfield
Copy link
Contributor Author

dnfield commented Apr 2, 2020

Going to land this again without waiting fora ll presubmits, for similar reasons as last time. Only post submits exercise all the failures this patch was addressing.

@dnfield dnfield merged commit 39b7718 into flutter:master Apr 2, 2020
@dnfield dnfield deleted the clang branch April 2, 2020 03:55
dnfield added a commit that referenced this pull request Apr 2, 2020
dnfield added a commit that referenced this pull request Apr 2, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Apr 2, 2020
dnfield added a commit to dnfield/engine that referenced this pull request Apr 2, 2020
dnfield added a commit that referenced this pull request Apr 2, 2020
* "Reland Clang 11, roll buildroot to 1bc40a5, take 4 (#17467)" (#17482)"

This reverts commit 8166a91.

* format code

* Roll buildroot to 3a27de1
goderbauer pushed a commit to goderbauer/engine that referenced this pull request Apr 16, 2020
* Reland Clang 11, Roll buildroot to 1bc40a5 (flutter#17457)" (flutter#17464)

This reverts commit 9eacd02.

* Skip more image tests, use newer dsymutil, add missing symbols
goderbauer pushed a commit to goderbauer/engine that referenced this pull request Apr 16, 2020
goderbauer pushed a commit to goderbauer/engine that referenced this pull request Apr 16, 2020
* "Reland Clang 11, roll buildroot to 1bc40a5, take 4 (flutter#17467)" (flutter#17482)"

This reverts commit 8166a91.

* format code

* Roll buildroot to 3a27de1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants