# Copyright 2023 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

name: test_loop
source_file: //third_party/emscripten-releases/install/emscripten/tests/core/test_loop.c
flags: [[-g, -fdebug-compilation-dir=., -sWASM_BIGINT, -sERROR_ON_WASM_CHANGES_AFTER_LINK]]
script:
  - reason: setup
    actions:
    - file: test_loop.c
      action: set_breakpoint
      breakpoint: 11
    - file: test_loop.c
      action: set_breakpoint
      breakpoint: 13
  - reason: breakpoint
    file: test_loop.c
    line: 11
    variables:
      - name: Local.x
        value: '5'
  - reason: breakpoint
    file: test_loop.c
    line: 13
    variables:
      - name: Local.x
        value: '5'
  - reason: breakpoint
    file: test_loop.c
    line: 13
    variables:
      - name: Local.x
        value: '10'
