-
Notifications
You must be signed in to change notification settings - Fork 132
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
Fix file tests for cobalt. #2252
Fix file tests for cobalt. #2252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding to the change in this PR, it's a little bit similar to my other change, @andrewsavage1 made a comment #2241 (comment). Not sure if we want to implement some of these Starboard functions instead of disabling them.
Adding functionality that does not currently exist seems mostly out of scope. Cobalt doesn't depend on this behavior. If we wanted to introduce this functionality for cobalt or to reduce the starboard/cobalt specific code, that can be done outside of the update (either before or after the update). |
5d45d98
to
06ed91b
Compare
I can't speak more generally, but |
I'll look into implementing base::Move in main. |
06ed91b
to
fa1e769
Compare
@andrewsavage1 This is updated and ready for a look. |
fa1e769
to
bf11558
Compare
bf11558
to
7fd3912
Compare
7c115b0
into
youtube:feature/all-upstream-update
In this PR: youtube#2252, we add delete_on_close_ to fix file_unittest.cc. However, I don't think that's the right approach and it breaks UploadFileElementReaderTest. Currently, those FileTest is disabled in trunk. Revert that change and leave it as it is for now. b/327654843
In this PR: youtube#2252, we add delete_on_close_ to fix file_unittest.cc. However, I don't think that's the right approach and it breaks UploadFileElementReaderTest. Currently, those FileTest is disabled in trunk. Revert that change and leave it as it is for now. b/327654843
In this PR: youtube#2252, we add delete_on_close_ to fix file_unittest.cc. However, I don't think that's the right approach and it breaks UploadFileElementReaderTest. Currently, those FileTest is disabled in trunk. Revert that change and leave it as it is for now. b/327654843
In this PR: #2252, we add delete_on_close_ to fix file_unittest.cc. However, I don't think that's the right approach and it breaks UploadFileElementReaderTest. Currently, those FileTest is disabled in trunk. Revert that change and leave it as it is for now. b/327654843
In this PR: youtube#2252, we add delete_on_close_ to fix file_unittest.cc. However, I don't think that's the right approach and it breaks UploadFileElementReaderTest. Currently, those FileTest is disabled in trunk. Revert that change and leave it as it is for now. b/327654843
b/316404107