• Show log

    Commit

  • Hash : d4439824
    Author : Jamie Madill
    Date : 2020-11-08T16:17:20

    Gold Trace Tests: Fix JSON output with empty test set.
    
    Previously we would leave an empty test suite name with no tests run.
    According to the JSON test results spec this is likely a malformed
    output and we should instead include just an empty "tests" key.
    
    Bad:
    
    "tests": {
      "angle_restricted_trace_gold_tests": {}
    }
    
    Good:
    
    "tests": {}
    
    Bug: angleproject:5299
    Change-Id: I459da593df150d804130f9c63e05d031e77a16a3
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2525147
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags