Skip to content

various possibly-bad tests #44740

@vtjnash

Description

@vtjnash
  • FIXED:
misc                                     (39) |         failed at 2022-03-24T17:06:42.911                             
Test Failed at /data/vtjnash/julia/test/misc.jl:1021                                                                  
  Expression: isdefined(mod, v)                                                                                       

(indeterminate whether setglobal!(Main, :ans, v) should create a new binding for the variable–and more importantly, when that binding is created. But Main is a special case, which exports everything, causing this test to fail)

  • STILL TODO:
compiler/codegen                         (35) |         failed at 2022-03-24T17:12:24.036       
Test Failed at /data/vtjnash/julia/test/compiler/codegen.jl:408                          
  Expression: #= /data/vtjnash/julia/test/compiler/codegen.jl:408 =# @allocated(f_dict_hash_alloc()) == #= /data/vtjnash/julia/test/compiler/codegen.jl:408 =# @allocated(g_dict_hash_alloc())                                              
   Evaluated: 372896 == 864032

(seems possibly vulnerable to hash collisions changing the dictionary size?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciContinuous integrationcompiler:codegenGeneration of LLVM IR and native codesystem:macAffects only macOS

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions