-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tint][ir][val] Split up unittests into multiple files
Breaks up the tests in validator_test.cc into different files of conceptually connected tests, i.e. 'builtins', 'types', etc. This helps get the size of the testing files to a couple of kLOC each instead of previous ~11kLOC single file. The actual implementation the common test fixture and a variety of misc tests are left in validator_test.cc. This CL is primarily just moving existing code around, and not intended to be a systematic refactoring of the existing tests. Fixes: 388064480 Change-Id: Ie33da1fc4813e23535e162a152159e94721f3a58 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/221496 Auto-Submit: Ryan Harrison <[email protected]> Reviewed-by: dan sinclair <[email protected]> Commit-Queue: Ryan Harrison <[email protected]>
- Loading branch information
Showing
13 changed files
with
10,893 additions
and
10,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.