Reassign some TODOs to a new bug for OpenGL buffer OOM

Bug: dawn:27
Bug: dawn:749
TBR=senorblanco@chromium.org

Change-Id: I1f9093f443bc28be08738fd3ff230b14ce0a55a4
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46447
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2021-03-31 17:54:00 +00:00 committed by Commit Bot service account
parent 3db31ef757
commit 7ef8633593
1 changed files with 3 additions and 3 deletions

View File

@ -707,7 +707,7 @@ TEST_P(BufferTests, ZeroSizedBuffer) {
// Test that creating a very large buffers fails gracefully.
TEST_P(BufferTests, CreateBufferOOM) {
// TODO(http://crbug.com/dawn/27): Missing support.
// TODO(http://crbug.com/dawn/749): Missing support.
DAWN_SKIP_TEST_IF(IsOpenGL());
DAWN_SKIP_TEST_IF(IsOpenGLES());
DAWN_SKIP_TEST_IF(IsAsan());
@ -725,7 +725,7 @@ TEST_P(BufferTests, CreateBufferOOM) {
// Test that a very large buffer mappedAtCreation fails gracefully.
TEST_P(BufferTests, BufferMappedAtCreationOOM) {
// TODO(http://crbug.com/dawn/27): Missing support.
// TODO(http://crbug.com/dawn/749): Missing support.
DAWN_SKIP_TEST_IF(IsOpenGL());
DAWN_SKIP_TEST_IF(IsOpenGLES());
DAWN_SKIP_TEST_IF(IsAsan());
@ -771,7 +771,7 @@ TEST_P(BufferTests, BufferMappedAtCreationOOM) {
// Test that mapping an OOM buffer fails gracefully
TEST_P(BufferTests, CreateBufferOOMMapAsync) {
// TODO(http://crbug.com/dawn/27): Missing support.
// TODO(http://crbug.com/dawn/749): Missing support.
DAWN_SKIP_TEST_IF(IsOpenGL());
DAWN_SKIP_TEST_IF(IsOpenGLES());
DAWN_SKIP_TEST_IF(IsAsan());