<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>263746</bug_id>
          
          <creation_ts>2023-10-26 15:00:20 -0700</creation_ts>
          <short_desc>REGRESSION (269779@main): [ macOS iOS 17 ] 3 API tests in TestWGSL is a consistent failure/crash</short_desc>
          <delta_ts>2023-10-27 10:20:45 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Marta Darbinyan">darbinyan</reporter>
          <assigned_to name="Tadeu Zagallo">tzagallo</assigned_to>
          <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1987837</commentid>
    <comment_count>0</comment_count>
    <who name="Marta Darbinyan">darbinyan</who>
    <bug_when>2023-10-26 15:00:20 -0700</bug_when>
    <thetext>Description:
 TestWGSL.WGSLConstLiteralTests.AbstractFloatLiteralDec is a consistent failure/crash since 269779@main.

This issue can be bisected to 269779@main using the command: 
run-api-tests --no-build --iterations=1 TestWGSL.WGSLConstLiteralTests.AbstractFloatLiteralDec

History:
https://results.webkit.org/?suite=api-tests&amp;test=TestWGSL.WGSLConstLiteralTests.AbstractFloatLiteralDec

Result:
Failed
    TestWGSL.WGSLConstLiteralTests.AbstractFloatLiteralDec
        /Volumes/Data/worker/Apple-Monterey-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/ConstLiteralTests.cpp:144Value of: is&lt;AST::AbstractFloatLiteral&gt;(expr)  Actual: falseExpected: true/Volumes/Data/worker/Apple-Monterey-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/ConstLiteralTests.cpp:147Expected equality of these values:  floatLiteral.value()    Which is: 4.94066e-324  testCase.expectedValue    Which is: 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1987839</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-10-26 15:01:11 -0700</bug_when>
    <thetext>&lt;rdar://problem/117553256&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1987866</commentid>
    <comment_count>2</comment_count>
    <who name="Marta Darbinyan">darbinyan</who>
    <bug_when>2023-10-26 16:44:51 -0700</bug_when>
    <thetext>Update: More API tests are crashing and failing within the same culprit range.

Failed tests:
TestWGSL.WGSLLexerTests.SingleTokens
TestWGSL.WGSLLexerTests.SpecialTokens


History link: 
https://results.webkit.org/?suite=api-tests&amp;suite=api-tests&amp;test=TestWGSL.WGSLLexerTests.SingleTokens&amp;test=TestWebKitAPI.WKInspectorExtension.EvaluateScriptOnPage

Errors:
TestWGSL.WGSLLexerTests.SingleTokens
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:57Expected equality of these values:  result.type    Which is: 4-byte object &lt;03-00 00-00&gt;  type    Which is: 4-byte object &lt;00-00 00-00&gt;/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:57Expected equality of these values:  result.type    Which is: 4-byte object &lt;03-00 00-00&gt;  type    Which is: 4-byte object &lt;02-00 00-00&gt;/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:57Expected equality of these values:  result.type    Which is: 4-byte object &lt;03-00 00-00&gt;  type    Which is: 4-byte object &lt;44-00 00-00&gt;/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:64Expected equality of these values:  result.literalValue    Which is: 0.456  literalValue    Which is: 0.456/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:64Expected equality of these values:  result.literalValue    Which is: 0.042  literalValue    Which is: 0.042/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:57Expected equality of these values:  result.type    Which is: 4-byte object &lt;00-00 00-00&gt;  type    Which is: 4-byte object &lt;03-00 00-00&gt;/Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:64Expected equality of these values:  result.literalValue    Which is: 6.95159e-310  literalValue    Which is: 42
    TestWGSL.WGSLLexerTests.SpecialTokens
        /Volumes/Data/worker/Apple-Sonoma-Release-Build/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:57Expected equality of these values:  result.type    Which is: 4-byte object &lt;03-00 00-00&gt;  type    Which is: 4-byte object &lt;44-00 00-00&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1987925</commentid>
    <comment_count>3</comment_count>
    <who name="Tadeu Zagallo">tzagallo</who>
    <bug_when>2023-10-27 00:23:47 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/19627</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988033</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-10-27 10:20:43 -0700</bug_when>
    <thetext>Committed 269856@main (a8ac4a4cdd3f): &lt;https://commits.webkit.org/269856@main&gt;

Reviewed commits have been landed. Closing PR #19627 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>