[all-commits] [llvm/llvm-project] 21dceb: [flang] Split up synchronization, event, and error...

Katherine Rasmussen via All-commits all-commits at lists.llvm.org
Sun Aug 28 10:41:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21dceb3ca67cdc0e05b95e1d229bd01a8cd29f60
      https://github.com/llvm/llvm-project/commit/21dceb3ca67cdc0e05b95e1d229bd01a8cd29f60
  Author: Katherine Rasmussen <krasmussen at lbl.gov>
  Date:   2022-08-28 (Sun, 28 Aug 2022)

  Changed paths:
    R flang/test/Semantics/error_stop.f90
    A flang/test/Semantics/error_stop1a.f90
    A flang/test/Semantics/error_stop1b.f90
    R flang/test/Semantics/event01.f90
    A flang/test/Semantics/event01a.f90
    A flang/test/Semantics/event01b.f90
    R flang/test/Semantics/event02.f90
    A flang/test/Semantics/event02a.f90
    A flang/test/Semantics/event02b.f90
    R flang/test/Semantics/synchronization01.f90
    A flang/test/Semantics/synchronization01a.f90
    A flang/test/Semantics/synchronization01b.f90
    R flang/test/Semantics/synchronization02.f90
    A flang/test/Semantics/synchronization02a.f90
    A flang/test/Semantics/synchronization02b.f90
    R flang/test/Semantics/synchronization03.f90
    A flang/test/Semantics/synchronization03a.f90
    A flang/test/Semantics/synchronization03b.f90
    R flang/test/Semantics/synchronization04.f90
    A flang/test/Semantics/synchronization04a.f90
    A flang/test/Semantics/synchronization04b.f90

  Log Message:
  -----------
  [flang] Split up synchronization, event, and error stop stmt tests

Splitting up the tests for the synchronization statements,
event statements, and error stop statement allow for some of the
errors which are hidden by other errors, to be caught in the test.
This then reveals which invalid code does produce errors and which
does not produce errors.




More information about the All-commits mailing list