chromium/v8/test/cctest/wasm/test-run-wasm-sign-extension.cc

// Copyright 2017 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 "test/cctest/cctest.h"
#include "test/cctest/wasm/wasm-run-utils.h"
#include "test/common/wasm/wasm-macro-gen.h"

namespace v8 {
namespace internal {
namespace wasm {

WASM_EXEC_TEST(I32SExtendI8) {}

WASM_EXEC_TEST(I32SExtendI16) {}

WASM_EXEC_TEST(I64SExtendI8) {}

WASM_EXEC_TEST(I64SExtendI16) {}

WASM_EXEC_TEST(I64SExtendI32) {}

}  // namespace wasm
}  // namespace internal
}  // namespace v8