Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2326)

Issue 105733002: Move src/gpu/gles2_conform_test out of src-internal (Closed)

Created:
7 years ago by Zhenyao Mo
Modified:
6 years, 4 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Visibility:
Public.

Description

Move src/gpu/gles2_conform_test out of src-internal We directly check them into src/gpu/gles2_conform_support BUG=325536 TEST=gpu builders R=kbr@chromium.org, piman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239037

Patch Set 1 #

Total comments: 6

Patch Set 2 : make piman happy #

Patch Set 3 : Make kbr happy #

Patch Set 4 : make bots happy #

Patch Set 5 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+940 lines, -10 lines) Patch
M build/all.gyp View 1 2 chunks +2 lines, -10 lines 0 comments Download
A gpu/gles2_conform_support/README View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/generate_gles2_conform_tests.py View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/generate_gles2_embedded_data.py View 1 chunk +120 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/gles2_conform.gypi View 1 2 1 chunk +318 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/gles2_conform_test.h View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/gles2_conform_test.cc View 1 2 1 chunk +93 lines, -0 lines 0 comments Download
A gpu/gles2_conform_support/gles2_conform_test.gyp View 1 2 3 1 chunk +248 lines, -0 lines 3 comments Download
A gpu/gles2_conform_support/gles2_conform_test_expectations.txt View 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Zhenyao Mo
Please review. I tried to minimize the changes, so I did only two things 1) ...
7 years ago (2013-12-04 23:05:07 UTC) #1
Zhenyao Mo
I could probably combine the gles2_conform_test.gyp and gles2_conform_support.gyp, but decided to leave it to a ...
7 years ago (2013-12-04 23:06:01 UTC) #2
piman
https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/gles2_conform_test.gyp File gpu/gles2_conform_support/gles2_conform_test.gyp (right): https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/gles2_conform_test.gyp#newcode8 gpu/gles2_conform_support/gles2_conform_test.gyp:8: '../../third_party/gles2_conform/gles2_conform.gypi', How does this work with an external checkout?
7 years ago (2013-12-04 23:20:06 UTC) #3
Ken Russell (switch to Gerrit)
On 2013/12/04 23:20:06, piman wrote: > https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/gles2_conform_test.gyp > File gpu/gles2_conform_support/gles2_conform_test.gyp (right): > > https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/gles2_conform_test.gyp#newcode8 > ...
7 years ago (2013-12-04 23:20:41 UTC) #4
Ken Russell (switch to Gerrit)
On 2013/12/04 23:20:41, Ken Russell wrote: > On 2013/12/04 23:20:06, piman wrote: > > > ...
7 years ago (2013-12-04 23:21:28 UTC) #5
piman
I don't think it's meaningful to have a target we can't build. While it helps ...
7 years ago (2013-12-04 23:24:15 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/gles2_conform_test.gyp File gpu/gles2_conform_support/gles2_conform_test.gyp (right): https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/gles2_conform_test.gyp#newcode8 gpu/gles2_conform_support/gles2_conform_test.gyp:8: '../../third_party/gles2_conform/gles2_conform.gypi', On 2013/12/04 23:20:06, piman wrote: > How does ...
7 years ago (2013-12-04 23:26:20 UTC) #7
Zhenyao Mo
On 2013/12/04 23:24:15, piman wrote: > I don't think it's meaningful to have a target ...
7 years ago (2013-12-04 23:27:25 UTC) #8
piman
On Wed, Dec 4, 2013 at 3:27 PM, <zmo@chromium.org> wrote: > On 2013/12/04 23:24:15, piman ...
7 years ago (2013-12-04 23:54:31 UTC) #9
Zhenyao Mo
I see your point. What about with internal_gles2_conform_tests=1, we do what we did (internal gles2 ...
7 years ago (2013-12-05 00:02:37 UTC) #10
piman
On Wed, Dec 4, 2013 at 4:02 PM, Zhenyao Mo <zmo@chromium.org> wrote: > I see ...
7 years ago (2013-12-05 00:20:25 UTC) #11
Ken Russell (switch to Gerrit)
Overall this looks good. Antoine's suggestion to compile in a dummy test sounds really useful ...
7 years ago (2013-12-05 00:40:14 UTC) #12
Zhenyao Mo
https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/README File gpu/gles2_conform_support/README (right): https://codereview.chromium.org/105733002/diff/1/gpu/gles2_conform_support/README#newcode1 gpu/gles2_conform_support/README:1: To run OpenGL ES 2.0 conformance tests, do the ...
7 years ago (2013-12-05 01:48:31 UTC) #13
Zhenyao Mo
This is tested with 1) a workspace with src-internal and with intenral_gles2_conform_tests=1 2) a workspace ...
7 years ago (2013-12-05 01:50:56 UTC) #14
Ken Russell (switch to Gerrit)
LGTM. Excellent work. Thank you for taking care of this.
7 years ago (2013-12-05 02:22:14 UTC) #15
piman
lgtm
7 years ago (2013-12-05 02:28:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zmo@chromium.org/105733002/50001
7 years ago (2013-12-05 02:49:22 UTC) #17
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=39550
7 years ago (2013-12-05 03:07:30 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zmo@chromium.org/105733002/70001
7 years ago (2013-12-05 03:18:47 UTC) #19
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=39560
7 years ago (2013-12-05 03:33:57 UTC) #20
Zhenyao Mo
Committed patchset #5 manually as r239037 (presubmit successful).
7 years ago (2013-12-05 21:41:16 UTC) #21
Nico
6 years, 4 months ago (2014-08-01 22:41:28 UTC) #22
Message was sent while issue was closed.
https://codereview.chromium.org/105733002/diff/70001/gpu/gles2_conform_suppor...
File gpu/gles2_conform_support/gles2_conform_test.gyp (right):

https://codereview.chromium.org/105733002/diff/70001/gpu/gles2_conform_suppor...
gpu/gles2_conform_support/gles2_conform_test.gyp:146: '-Wno-return-type',
OS==mac doesn't use cflags, this block has no effect.

https://codereview.chromium.org/105733002/diff/70001/gpu/gles2_conform_suppor...
gpu/gles2_conform_support/gles2_conform_test.gyp:149: 'LD': 'clang++',
Why does this need to change the linker?

https://codereview.chromium.org/105733002/diff/70001/gpu/gles2_conform_suppor...
gpu/gles2_conform_support/gles2_conform_test.gyp:158: '-Wno-return-type',
We try to not disable warnings for non-3rd-party code. Why is all this here? Can
we not fix the code instead?

Powered by Google App Engine
This is Rietveld 408576698