Closed nitsakh closed 6 years ago
I've just fixed the content_browsertests build and the existing test right now. But we should probably add tests to test our patch code.
Are these changes related to any of our patches? If yes, they should be added to that patch.
Can you please rebase your branch onto the latest master?
I'll update the documentation soon.
Are these changes related to any of our patches? If yes, they should be added to that patch.
Second that, will be easy to reason the changes.
Also, can you please add your Slack email to your Github account? GitHub doesn't know that "nitsakh@slack-corp.com" is you at the moment )
I should've committed with the other email address. Will amend the commit to change the email address. Changes are related to another patch, but I was thinking that keeping test changes separate could be a good idea.
Changes are related to another patch, but I was thinking that keeping test changes separate could be a good idea.
Reasons?
Yeah, that was the initial thought, but having them in the same patch is the right thing to. I've updated the patch.
Following tests are also failing after running the run_tests script.
Maybe some of these are not needed, but these were all the failures I got after running the run_tests
script.
We should probably remove some targets if we do not need them.
Its weird that extensions_browsertests
got built, there shouldn't be a target in our test build config that has it as a dep, it should be disabled if its getting built. I am good with having rest of the components, as we use parts of them in Electron. We can disable the tests that can't be fix at the moment.
Conflicts.
Let's merge it. CI builds are green, so at least you didn't break anything (yet) =)
How did I manage to break all of CI? 🤔
@nitsakh
disable-warning-win.patch failed to apply
@nitsakh It seems like Windows build are OK. Should we merge the PR?
Yes, let's merge the PR. We can then get this in CI. If there are some things, we can work on those after the merge.
This PR makes changes to address libcc unit test issues. (#360 and #443)