[spirv-reader] Update TODOs in test matrix

We've already written those tests.

Bug: tint:3
Change-Id: Ic836be43b5f1220e3563e4d27abd9b5e2ab54460
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/23180
Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
David Neto 2020-06-16 01:02:27 +00:00 committed by dan sinclair
parent b2b0dfefa9
commit 318ae59f4d
1 changed files with 5 additions and 5 deletions

View File

@ -10343,10 +10343,10 @@ Return{}
// kBack : symmetry // kBack : symmetry
// kSwitchBreak: dup general case // kSwitchBreak: dup general case
// kLoopBreak: invalid; only one kind of break allowed // kLoopBreak: invalid; only one kind of break allowed
// kLoopContinue: TODO(dneto) // kLoopContinue: TESTED
// kIfBreak: invalid: switch and if must have distinct merge blocks // kIfBreak: invalid: switch and if must have distinct merge blocks
// kCaseFallThrough: TODO(dneto) // kCaseFallThrough: TESTED
// kForward: TODO(dneto) // kForward: TESTED
// //
// kLoopBreak with: // kLoopBreak with:
// kBack : symmetry // kBack : symmetry
@ -10362,8 +10362,8 @@ Return{}
// kSwitchBreak: symmetry // kSwitchBreak: symmetry
// kLoopBreak: symmetry // kLoopBreak: symmetry
// kLoopContinue: dup general case // kLoopContinue: dup general case
// kIfBreak: TODO(dneto) // kIfBreak: TESTED
// kCaseFallThrough: TODO(dneto) // kCaseFallThrough: TESTED
// kForward: TESTED // kForward: TESTED
// //
// kIfBreak with: // kIfBreak with: