Skip to content

Add C++17/C++20 language feature tests for LLVM test-suite#82

Open
arakawamasahiro-fj wants to merge 1 commit into
mainfrom
add-cxx-feature-tests
Open

Add C++17/C++20 language feature tests for LLVM test-suite#82
arakawamasahiro-fj wants to merge 1 commit into
mainfrom
add-cxx-feature-tests

Conversation

@arakawamasahiro-fj

Copy link
Copy Markdown
Collaborator

Summary

Add C++17 and C++20 language feature tests.

C++17

  • Add 36 language feature tests
  • Add CMakeLists.txt

C++20

  • Add 46 language feature tests
  • Add CMakeLists.txt

Build system

  • Update C++/CMakeLists.txt

@itou-fj itou-fj left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Several tests are reported as Executable Missing. Please fix the tests so that they no longer produce this status.

For tests that are intended to check compilation only, please update them so that they do not require an executable to be generated or executed.

Executable Missing Tests (6):
  test-suite :: Fujitsu/C++/0032/Fujitsu-C++-0032_1051.test
  test-suite :: Fujitsu/C++/0032/Fujitsu-C++-0032_1052.test
  test-suite :: Fujitsu/C++/0032/Fujitsu-C++-0032_1144.test
  test-suite :: Fujitsu/C++/cxx17/Fujitsu-C++-bool_increment_removed.test
  test-suite :: Fujitsu/C++/cxx17/Fujitsu-C++-remove_register_storage_class.test
  test-suite :: Fujitsu/C++/cxx20/Fujitsu-C++-modules.test


Testing Time: 176.36s

Total Discovered Tests: 36656
  Passed            : 36613 (99.88%)
  Failed            :    37 (0.10%)
  Executable Missing:     6 (0.02%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants