f0dd3d5f79
Running microtasks with exceptions scheduled violates varios invariants within the microtasks code. Bug: v8:9652 Change-Id: I78c868feed5b742e225cad19e55216f0ef250af4 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1767261 Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#63380}
74 lines
1.1 KiB
Plaintext
74 lines
1.1 KiB
Plaintext
Tests Runtime.terminateExecution
|
|
Terminate first evaluation (it forces injected-script-source compilation)
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
}
|
|
}
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Execution was terminated
|
|
}
|
|
id : <messageId>
|
|
}
|
|
Checks that we reset termination after evaluation
|
|
{
|
|
description : 42
|
|
type : number
|
|
value : 42
|
|
}
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
result : {
|
|
type : undefined
|
|
}
|
|
}
|
|
}
|
|
Terminate evaluation when injected-script-source already compiled
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
}
|
|
}
|
|
{
|
|
error : {
|
|
code : -32000
|
|
message : Execution was terminated
|
|
}
|
|
id : <messageId>
|
|
}
|
|
Terminate script evaluated with v8 API
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
}
|
|
}
|
|
Terminate chained callback
|
|
Pause inside microtask and terminate execution
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
}
|
|
}
|
|
{
|
|
type : string
|
|
value : separate eval after while(true)
|
|
}
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
result : {
|
|
type : undefined
|
|
}
|
|
}
|
|
}
|
|
Terminate execution with pending microtasks
|
|
{
|
|
id : <messageId>
|
|
result : {
|
|
}
|
|
}
|
|
|