|
|
Chromium Code Reviews
DescriptionDon't run nacl_integration tests on mac.
Only two tests remain enabled on Mac in the nacl_integration step. From the log
output, they are:
[ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test
[ RUN ] nacl_newlib.run_inbrowser_test_runner
We have been keeping nacl_integration around because it has some tests that
cover crash reporting. Without these, we have no integration tests for crash
reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad
or anything else). However, most of those tests have been disabled over time
(at least for Mac), and the remaining one (untrusted_crash_test) isn't useful
without the others.
We can live without "inbrowser_test_runner". It's somewhat useful, but not
worth keeping nacl_integration enabled for.
BUG=626093, 655771, 154400
Committed: https://crrev.com/97d826e88cf1639b0bec80510ec437ea4d3709e1
Cr-Commit-Position: refs/heads/master@{#429058}
Patch Set 1 #
Messages
Total messages: 20 (8 generated)
erikchen@chromium.org changed reviewers: + mark@chromium.org
I think you’ve talked to mseaborn, but +him to back me up. LGTM.
erikchen@chromium.org changed reviewers: + mseaborn@chromium.org
This is OK, but the description isn't quite accurate. Some but not all of the tests in nacl_integration were for testing Chrome's crash reporting (and we don't really care whether it's Breakpad or something else as long as it works). A better explanation of the situation would be: """ Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We had been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have got disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. """ LGTM if you change the description to include that.
Description was changed from ========== Don't run nacl_integration tests on mac. They only exist to test Breakpad, which is no longer used on mac. BUG=626093 ========== to ========== Don't run nacl_integration tests on mac. Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We have been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have been disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. BUG=626093 ==========
On 2016/10/31 06:04:35, Mark Seaborn wrote: > This is OK, but the description isn't quite accurate. Some but not all of the > tests in nacl_integration were for testing Chrome's crash reporting (and we > don't really care whether it's Breakpad or something else as long as it works). > > A better explanation of the situation would be: > > """ > Only two tests remain enabled on Mac in the nacl_integration step. From the log > output, they are: > [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test > [ RUN ] nacl_newlib.run_inbrowser_test_runner > > We had been keeping nacl_integration around because it has some tests that cover > crash reporting. Without these, we have no integration tests for crash > reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad > or anything else). However, most of those tests have got disabled over time (at > least for Mac), and the remaining one (untrusted_crash_test) isn't useful > without the others. > > We can live without "inbrowser_test_runner". It's somewhat useful, but not > worth keeping nacl_integration enabled for. > """ > > LGTM if you change the description to include that. Thanks - updated the description.
erikchen@chromium.org changed reviewers: + thakis@chromium.org
thakis: Please review.
lgtm, but I don't see how this is related to the linked BUG=. Is that the right bug?
On 31 October 2016 at 19:24, <thakis@chromium.org> wrote: > lgtm, but I don't see how this is related to the linked BUG=. Is that the > right > bug? > That issue is relevant, but this sub-issue would be better since it explains more context: https://crbug.com/655771#c4 Also relevant is this: https://crbug.com/154400 (for removing nacl_integration) Cheers, Mark -- You received this message because you are subscribed to the Google Groups "Chromium-reviews" group. To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org.
Description was changed from ========== Don't run nacl_integration tests on mac. Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We have been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have been disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. BUG=626093 ========== to ========== Don't run nacl_integration tests on mac. Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We have been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have been disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. BUG=626093, 655771, 154400 ==========
On 2016/11/01 03:22:21, Mark Seaborn wrote: > On 31 October 2016 at 19:24, <mailto:thakis@chromium.org> wrote: > > > lgtm, but I don't see how this is related to the linked BUG=. Is that the > > right > > bug? > > > > That issue is relevant, but this sub-issue would be better since it > explains more context: https://crbug.com/655771#c4 > > Also relevant is this: https://crbug.com/154400 (for removing > nacl_integration) > > Cheers, > Mark > > -- > You received this message because you are subscribed to the Google Groups > "Chromium-reviews" group. > To unsubscribe from this group and stop receiving emails from it, send an email > to mailto:chromium-reviews+unsubscribe@chromium.org. Adding both crbug links.
The CQ bit was checked by erikchen@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Don't run nacl_integration tests on mac. Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We have been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have been disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. BUG=626093, 655771, 154400 ========== to ========== Don't run nacl_integration tests on mac. Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We have been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have been disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. BUG=626093, 655771, 154400 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Don't run nacl_integration tests on mac. Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We have been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have been disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. BUG=626093, 655771, 154400 ========== to ========== Don't run nacl_integration tests on mac. Only two tests remain enabled on Mac in the nacl_integration step. From the log output, they are: [ RUN ] nacl_newlib.run_breakpad_untrusted_crash_test [ RUN ] nacl_newlib.run_inbrowser_test_runner We have been keeping nacl_integration around because it has some tests that cover crash reporting. Without these, we have no integration tests for crash reporting in Chrome (whether crash reporting is handled via Breakpad, Crashpad or anything else). However, most of those tests have been disabled over time (at least for Mac), and the remaining one (untrusted_crash_test) isn't useful without the others. We can live without "inbrowser_test_runner". It's somewhat useful, but not worth keeping nacl_integration enabled for. BUG=626093, 655771, 154400 Committed: https://crrev.com/97d826e88cf1639b0bec80510ec437ea4d3709e1 Cr-Commit-Position: refs/heads/master@{#429058} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/97d826e88cf1639b0bec80510ec437ea4d3709e1 Cr-Commit-Position: refs/heads/master@{#429058} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
