test(top-level-await): move out of staging module graphs hanging

This commit is contained in:
Théo LUDWIG 2024-10-13 13:14:53 +02:00 committed by Ms2ger
parent 5b1757743a
commit 01776c30d3
4 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: module graphs with TLA shouldn't hang
description: Module graphs with Top-Level Await shouldn't hang.
flags: [module, async]
features: [top-level-await]
---*/
import "./parent-tla_FIXTURE.js";
await import("./grandparent-tla_FIXTURE.js");
import "./module-graphs-parent-tla_FIXTURE.js";
await import("./module-graphs-grandparent-tla_FIXTURE.js");
$DONE();

View File

@ -1,4 +1,4 @@
// Copyright (C) 2024 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
import "./parent-tla_FIXTURE.js";
import "./module-graphs-parent-tla_FIXTURE.js";