Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • preprocessor_tests
  • input_test.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Revert "Add full support for line continuation in the preprocessor" · 3b040eb8
    Jamie Madill authored Aug 17, 2015
    Warning in the Linux/Mac builders:
    
    In file included from ../../third_party/angle/src/tests/preprocessor_tests/input_test.cpp:7:
    In file included from ../../third_party/angle/src/tests/preprocessor_tests/PreprocessorTest.h:7:
    ../../testing/gtest/include/gtest/gtest.h:1392:16: error: comparison of integers of different signs: 'const int' and 'const unsigned long' [-Werror,-Wsign-compare]
      if (expected == actual) {
          ~~~~~~~~ ^  ~~~~~~
    ../../testing/gtest/include/gtest/gtest.h:1422:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<int, unsigned long>' requested here
        return CmpHelperEQ(expected_expression, actual_expression, expected,
               ^
    ../../third_party/angle/src/tests/preprocessor_tests/input_test.cpp:171:5: note: in instantiation of function template specialization 'testing::internal::EqHelper<false>::Compare<int, unsigned long>' requested here
        EXPECT_EQ(3, input.read(buf, maxSize, &lineNo));
        ^
    
    BUG=angleproject:1125
    
    This reverts commit c1157d19.
    
    Change-Id: Ic6fa286d190b006cccc5154d86e21ecc03175763
    Reviewed-on: https://chromium-review.googlesource.com/294080Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
    3b040eb8
input_test.cpp 4.01 KB
EditWeb IDE
×

Replace input_test.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.