Skip to content

Commit

Permalink
Disable GL sizes PPAPI tests
Browse files Browse the repository at this point in the history
The wrong size is defined for Win64. It needs a real fix, but first I need to unblock the builder.

BUG=177779

Review URL: https://chromiumcodereview.appspot.com/12310080

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184296 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jschuh@chromium.org committed Feb 23, 2013
1 parent 02d96b1 commit 7e3f73b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ppapi/tests/arch_dependent_sizes_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@

#include "ppapi/tests/test_struct_sizes.c"

// TODO(jschuh): Resolve ILP64 to LLP64 issue. crbug.com/177779
#if !defined(_WIN64)
PP_COMPILE_ASSERT_SIZE_IN_BYTES(GLintptr, 8);
PP_COMPILE_ASSERT_SIZE_IN_BYTES(GLsizeiptr, 8);
#endif
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_CompletionCallback_Func, 8);
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLLoaderTrusted_StatusCallback, 8);
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_CompletionCallback, 24);
Expand Down

0 comments on commit 7e3f73b

Please sign in to comment.