Files
Kmake/deps/v8/test/mjsunit/tools/foozzie_arch_specific.js
2026-05-26 23:36:42 -07:00

15 lines
600 B
JavaScript

// 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.
// Flags: --allow-natives-syntax
// Files: tools/clusterfuzz/foozzie/v8_mock.js
// Files: tools/clusterfuzz/foozzie/v8_mock_archs.js
// Test foozzie architecture-specific mocks for differential fuzzing.
// Test suppressions for Math.pow precision differences.
assertEquals(61180.2063551, Math.pow(35, 3.1));
assertEquals(1.27173474826e+29, Math.pow(3, 61));
assertEquals(8.35351641266e-237, Math.pow(Math.E, -543.5899844621109));