mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-13 09:33:02 -05:00
test: fix flaky cached_data_version_tag test (#1194)
This commit is contained in:
parent
6dd892b111
commit
831f6e9bf1
1 changed files with 1 additions and 0 deletions
|
@ -7050,6 +7050,7 @@ fn unbound_module_script_conversion() {
|
|||
|
||||
#[test]
|
||||
fn cached_data_version_tag() {
|
||||
let _setup_guard = setup::sequential_test();
|
||||
// The value is unpredictable/unstable, as it is generated from a combined
|
||||
// hash of the V8 version number and select configuration flags. This test
|
||||
// asserts that it returns the same value twice in a row (the value ought to
|
||||
|
|
Loading…
Reference in a new issue