chromium/v8/test/unittests/wasm/module-decoder-table64-unittest.cc

// Copyright 2024 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/wasm/module-decoder.h"
#include "test/common/wasm/flag-utils.h"
#include "test/common/wasm/wasm-macro-gen.h"
#include "test/unittests/test-utils.h"
#include "testing/gmock-support.h"

HasSubstr;

namespace v8::internal::wasm {
namespace module_decoder_unittest {

#define EXPECT_NOT_OK(result, msg)

#define WASM_INIT_EXPR_I32V_1(val)
#define WASM_INIT_EXPR_I64V_5(val)
#define WASM_INIT_EXPR_FUNC_REF_NULL

class Table64DecodingTest : public TestWithIsolateAndZone {};

TEST_F(Table64DecodingTest, TableLimitLEB64) {}

TEST_F(Table64DecodingTest, InvalidTableLimits) {}

TEST_F(Table64DecodingTest, DisabledFlag) {}

TEST_F(Table64DecodingTest, ImportedTable64) {}

}  // namespace module_decoder_unittest
}  // namespace v8::internal::wasm